Skip to content

Commit 5bf2379

Browse files
committed
IBX-8677: PHPStan baseline
1 parent 748fbfe commit 5bf2379

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpstan-baseline.neon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,12 @@ parameters:
792792
count: 1
793793
path: src/lib/Input/Handler/Json.php
794794

795+
-
796+
message: '#^Argument of an invalid type \(DOMNamedNodeMap&iterable\<DOMAttr\>\)\|null supplied for foreach, only iterables are supported\.$#'
797+
identifier: foreach.nonIterable
798+
count: 1
799+
path: src/lib/Input/Handler/Xml.php
800+
795801
-
796802
message: '#^Cannot assign new offset to array\|string\.$#'
797803
identifier: offsetAssign.dimType
@@ -1440,12 +1446,6 @@ parameters:
14401446
count: 1
14411447
path: src/lib/Server/Controller/Content.php
14421448

1443-
-
1444-
message: '#^Parameter \#1 \$parentLocationId of method Ibexa\\Contracts\\Core\\Repository\\LocationService\:\:newLocationCreateStruct\(\) expects int, string given\.$#'
1445-
identifier: argument.type
1446-
count: 1
1447-
path: src/lib/Server/Controller/Content.php
1448-
14491449
-
14501450
message: '#^Parameter \#1 \$remoteId of method Ibexa\\Contracts\\Core\\Repository\\ContentService\:\:loadContentInfoByRemoteId\(\) expects string, string\|null given\.$#'
14511451
identifier: argument.type

0 commit comments

Comments
 (0)