mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
clean phpdoc for phpstan (#26905)
This commit is contained in:
@@ -892,7 +892,7 @@ class Reception extends CommonObject
|
||||
*
|
||||
* @param User $user User that modify
|
||||
* @param int $notrigger 0=launch triggers after, 1=disable triggers
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function update($user = null, $notrigger = 0)
|
||||
{
|
||||
@@ -1415,7 +1415,7 @@ class Reception extends CommonObject
|
||||
*
|
||||
* @param User $user Objet utilisateur qui modifie
|
||||
* @param integer $delivery_date Delivery date
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function setDeliveryDate($user, $delivery_date)
|
||||
{
|
||||
@@ -1533,7 +1533,7 @@ class Reception extends CommonObject
|
||||
/**
|
||||
* Classify the reception as closed (this record also the stock movement)
|
||||
*
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function setClosed()
|
||||
{
|
||||
@@ -1839,7 +1839,7 @@ class Reception extends CommonObject
|
||||
* Set draft status
|
||||
*
|
||||
* @param User $user Object user that modify
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function setDraft($user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user