mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Fix phpstan notices
This commit is contained in:
@@ -673,7 +673,9 @@ class Documents extends DolibarrApi
|
||||
* @param int $createdirifnotexists Create subdirectories if the doesn't exists (1 by default)
|
||||
* @param int $position Position
|
||||
* @param string $cover Cover info
|
||||
* @param array<string,string> $array_options array of options
|
||||
* @param array $array_options array of options
|
||||
* @phan-param array<string,string> $array_options
|
||||
* @phpstan-param array<string,string> $array_options
|
||||
* @return string
|
||||
*
|
||||
* @url POST /upload
|
||||
|
||||
Reference in New Issue
Block a user