mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix phpstan
This commit is contained in:
parent
27ac538e74
commit
a6de5d6d5c
|
|
@ -16908,18 +16908,6 @@ parameters:
|
|||
count: 1
|
||||
path: ../../htdocs/core/tpl/objectline_view.tpl.php
|
||||
|
||||
-
|
||||
message: '#^Variable \$action might not be defined\.$#'
|
||||
identifier: variable.undefined
|
||||
count: 2
|
||||
path: ../../htdocs/core/tpl/objectline_view.tpl.php
|
||||
|
||||
-
|
||||
message: '#^Variable \$i might not be defined\.$#'
|
||||
identifier: variable.undefined
|
||||
count: 5
|
||||
path: ../../htdocs/core/tpl/objectline_view.tpl.php
|
||||
|
||||
-
|
||||
message: '#^Variable \$objp might not be defined\.$#'
|
||||
identifier: variable.undefined
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@
|
|||
* @var Translate $langs
|
||||
* @var User $user
|
||||
*
|
||||
* @var string $action
|
||||
* @var int $i
|
||||
* @var 0|1 $forceall
|
||||
* @var int $num
|
||||
* @var 0|1 $senderissupplier
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user