Skip to content

Commit 37f1251

Browse files
committed
IBX-10764: Baseline
1 parent 4855ea3 commit 37f1251

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

phpstan-baseline.neon

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,13 +1551,13 @@ parameters:
15511551
-
15521552
message: '#^Binary operation "\." between array\|bool\|float\|int\|string\|null and ''/config/packages/dfs'' results in an error\.$#'
15531553
identifier: binaryOp.invalid
1554-
count: 2
1554+
count: 1
15551555
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
15561556

15571557
-
15581558
message: '#^Binary operation "\." between array\|bool\|float\|int\|string\|null and ''/config/packages…'' results in an error\.$#'
15591559
identifier: binaryOp.invalid
1560-
count: 3
1560+
count: 1
15611561
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
15621562

15631563
-
@@ -1788,24 +1788,12 @@ parameters:
17881788
count: 1
17891789
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
17901790

1791-
-
1792-
message: '#^Parameter \#1 \$search of function str_replace expects array\<string\>\|string, string\|false\|null given\.$#'
1793-
identifier: argument.type
1794-
count: 1
1795-
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
1796-
17971791
-
17981792
message: '#^Parameter \#1 \.\.\.\$arrays of function array_merge expects array, array\|bool\|float\|int\|string\|null given\.$#'
17991793
identifier: argument.type
18001794
count: 1
18011795
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
18021796

1803-
-
1804-
message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, array\|bool\|float\|int\|string\|null given\.$#'
1805-
identifier: argument.type
1806-
count: 1
1807-
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
1808-
18091797
-
18101798
message: '#^Property Ibexa\\Bundle\\Core\\DependencyInjection\\IbexaCoreExtension\:\:\$defaultSettingsCollection type has no value type specified in iterable type array\.$#'
18111799
identifier: missingType.iterableValue
@@ -22536,12 +22524,6 @@ parameters:
2253622524
count: 1
2253722525
path: tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php
2253822526

22539-
-
22540-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\EventSubscriber\\TrustedHeaderClientIpEventSubscriberTest\:\:testTrustedHeaderEventSubscriberWithTrustedProxy\(\) has parameter \$server with no value type specified in iterable type array\.$#'
22541-
identifier: missingType.iterableValue
22542-
count: 1
22543-
path: tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php
22544-
2254522527
-
2254622528
message: '#^Parameter \#2 \$trustedHeaderSet of static method Symfony\\Component\\HttpFoundation\\Request\:\:setTrustedProxies\(\) expects int\<0, 63\>, \-1 given\.$#'
2254722529
identifier: argument.type

0 commit comments

Comments
 (0)