Skip to content

Commit 8855375

Browse files
committed
IBX-10764: Baseline
1 parent 2da101e commit 8855375

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
@@ -1323,13 +1323,13 @@ parameters:
13231323
-
13241324
message: '#^Binary operation "\." between array\|bool\|float\|int\|string\|null and ''/config/packages/dfs'' results in an error\.$#'
13251325
identifier: binaryOp.invalid
1326-
count: 2
1326+
count: 1
13271327
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
13281328

13291329
-
13301330
message: '#^Binary operation "\." between array\|bool\|float\|int\|string\|null and ''/config/packages…'' results in an error\.$#'
13311331
identifier: binaryOp.invalid
1332-
count: 3
1332+
count: 1
13331333
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
13341334

13351335
-
@@ -1560,24 +1560,12 @@ parameters:
15601560
count: 1
15611561
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
15621562

1563-
-
1564-
message: '#^Parameter \#1 \$search of function str_replace expects array\<string\>\|string, string\|false\|null given\.$#'
1565-
identifier: argument.type
1566-
count: 1
1567-
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
1568-
15691563
-
15701564
message: '#^Parameter \#1 \.\.\.\$arrays of function array_merge expects array, array\|bool\|float\|int\|string\|null given\.$#'
15711565
identifier: argument.type
15721566
count: 1
15731567
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
15741568

1575-
-
1576-
message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, array\|bool\|float\|int\|string\|null given\.$#'
1577-
identifier: argument.type
1578-
count: 1
1579-
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
1580-
15811569
-
15821570
message: '#^Property Ibexa\\Bundle\\Core\\DependencyInjection\\IbexaCoreExtension\:\:\$defaultSettingsCollection type has no value type specified in iterable type array\.$#'
15831571
identifier: missingType.iterableValue
@@ -22134,12 +22122,6 @@ parameters:
2213422122
count: 1
2213522123
path: tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php
2213622124

22137-
-
22138-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\EventSubscriber\\TrustedHeaderClientIpEventSubscriberTest\:\:testTrustedHeaderEventSubscriberWithTrustedProxy\(\) has parameter \$server with no value type specified in iterable type array\.$#'
22139-
identifier: missingType.iterableValue
22140-
count: 1
22141-
path: tests/bundle/Core/EventSubscriber/TrustedHeaderClientIpEventSubscriberTest.php
22142-
2214322125
-
2214422126
message: '#^Parameter \#2 \$trustedHeaderSet of static method Symfony\\Component\\HttpFoundation\\Request\:\:setTrustedProxies\(\) expects int\<0, 63\>, \-1 given\.$#'
2214522127
identifier: argument.type

0 commit comments

Comments
 (0)