There was an error while loading. Please reload this page.
1 parent 635ce3d commit 740d5edCopy full SHA for 740d5ed
1 file changed
build/phpstan/phpstan-baseline.neon
@@ -9279,7 +9279,7 @@ parameters:
9279
-
9280
message: '#^Property Conf\:\:\$commande \(stdClass\) in isset\(\) is not nullable\.$#'
9281
identifier: isset.property
9282
- count: 3
+ count: 2
9283
path: ../../htdocs/core/class/conf.class.php
9284
9285
@@ -9288,6 +9288,12 @@ parameters:
9288
count: 2
9289
9290
9291
+ -
9292
+ message: '#^Property Conf\:\:\$bank \(stdClass\) in isset\(\) is not nullable\.$#'
9293
+ identifier: isset.property
9294
+ count: 1
9295
+ path: ../../htdocs/core/class/conf.class.php
9296
+
9297
9298
message: '#^Property Conf\:\:\$delivery_note has no type specified\.$#'
9299
identifier: missingType.property
0 commit comments