Skip to content

Commit c9003cb

Browse files
author
Dolibot
committed
PHPStan > Update baseline
1 parent ec23fc5 commit c9003cb

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

dev/build/phpstan/phpstan-baseline.neon

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5172,12 +5172,6 @@ parameters:
51725172
count: 5
51735173
path: ../../../htdocs/core/actions_massactions.inc.php
51745174

5175-
-
5176-
message: '#^Variable \$holiday might not be defined\.$#'
5177-
identifier: variable.undefined
5178-
count: 3
5179-
path: ../../../htdocs/core/actions_massactions.inc.php
5180-
51815175
-
51825176
message: '#^Variable \$listofobjectthirdparties in empty\(\) always exists and is not falsy\.$#'
51835177
identifier: empty.variable
@@ -7110,16 +7104,10 @@ parameters:
71107104
count: 3
71117105
path: ../../../htdocs/core/class/html.formticket.class.php
71127106

7113-
-
7114-
message: '#^Call to function is_object\(\) with mixed will always evaluate to false\.$#'
7115-
identifier: function.impossibleType
7116-
count: 2
7117-
path: ../../../htdocs/core/class/interfaces.class.php
7118-
71197107
-
71207108
message: '#^Call to function is_object\(\) with object will always evaluate to true\.$#'
71217109
identifier: function.alreadyNarrowedType
7122-
count: 4
7110+
count: 2
71237111
path: ../../../htdocs/core/class/interfaces.class.php
71247112

71257113
-
@@ -10422,18 +10410,6 @@ parameters:
1042210410
count: 1
1042310411
path: ../../../htdocs/don/class/api_donations.class.php
1042410412

10425-
-
10426-
message: '#^Call to function property_exists\(\) with \$this\(Don\) and ''societe'' will always evaluate to true\.$#'
10427-
identifier: function.alreadyNarrowedType
10428-
count: 1
10429-
path: ../../../htdocs/don/class/don.class.php
10430-
10431-
-
10432-
message: '#^Property Don\:\:\$societe \(string\) in isset\(\) is not nullable\.$#'
10433-
identifier: isset.property
10434-
count: 1
10435-
path: ../../../htdocs/don/class/don.class.php
10436-
1043710413
-
1043810414
message: '#^Negated boolean expression is always true\.$#'
1043910415
identifier: booleanNot.alwaysTrue

0 commit comments

Comments
 (0)