Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Dec 20, 2024
1 parent 27ac538 commit a6de5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions htdocs/core/tpl/objectline_view.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6de5d6

Please sign in to comment.