mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix phpstan (#27481)
This commit is contained in:
parent
c5db3e2d8f
commit
5b56caa13e
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2020 Lenin Rivas <lenin@leninrivas.com>
|
||||
* Copyright (C) 2023 Frédéric France <frederic.france@free.fr>
|
||||
* Copyright (C) 2023-2024 Frédéric France <frederic.france@free.fr>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -1234,7 +1234,7 @@ class Mo extends CommonObject
|
|||
* Cancel consumed and produced lines (movement stocks)
|
||||
*
|
||||
* @param User $user Object user that modify
|
||||
* @param bool $mode Type line supported (0 by default) (0: consumed and produced lines; 1: consumed lines; 2: produced lines)
|
||||
* @param int $mode Type line supported (0 by default) (0: consumed and produced lines; 1: consumed lines; 2: produced lines)
|
||||
* @param bool $also_delete_lines true if the consumed/produced lines is deleted (false by default)
|
||||
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
||||
* @return int Return integer <0 if KO, 0=Nothing done, >0 if OK
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user