Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 0 additions & 270 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -498,78 +498,6 @@ parameters:
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigParser.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:__construct\(\) has parameter \$groupsBySiteAccess with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:logTooEarlyLoadedListIfNeeded\(\) has parameter \$paramName with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:logTooEarlyLoadedListIfNeeded\(\) should return string but empty return statement found\.$#'
identifier: return.empty
count: 4
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:logTooEarlyLoadedListIfNeeded\(\) should return string but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:setSiteAccess\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:setUndefinedStrategy\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:warnAboutTooEarlyLoadedParams\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Parameter \#1 \$string of function strtolower expects string, string\|null given\.$#'
identifier: argument.type
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Parameter \#2 \$haystack of function in_array expects array, array\|bool\|float\|int\|string\|null given\.$#'
identifier: argument.type
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Property Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:\$groupsBySiteAccess type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Property Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:\$siteAccess \(Ibexa\\Core\\MVC\\Symfony\\SiteAccess\) does not accept Ibexa\\Core\\MVC\\Symfony\\SiteAccess\|null\.$#'
identifier: assign.propertyType
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Property Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\:\:\$tooEarlyLoadedList type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php

-
message: '#^Method Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver\\ContainerConfigResolver\:\:resolveNamespaceAndScope\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
Expand Down Expand Up @@ -19806,198 +19734,6 @@ parameters:
count: 1
path: tests/bundle/Core/ChainConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:getResolver\(\) has parameter \$groupsBySiteAccess with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:hasParameterProvider\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:parameterProvider\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterDefaultScope\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterDefaultScope\(\) has parameter \$expectedValue with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterDefaultScope\(\) has parameter \$paramName with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterFailedNull\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterFailedWithException\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterGlobalScope\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterGlobalScope\(\) has parameter \$expectedValue with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterGlobalScope\(\) has parameter \$paramName with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterRelativeScope\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterRelativeScope\(\) has parameter \$expectedValue with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterRelativeScope\(\) has parameter \$paramName with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterSpecificScope\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterSpecificScope\(\) has parameter \$expectedValue with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetParameterSpecificScope\(\) has parameter \$paramName with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetSetDefaultScope\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testGetSetUndefinedStrategy\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterNoNamespace\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterNoNamespace\(\) has parameter \$defaultMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterNoNamespace\(\) has parameter \$expectedResult with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterNoNamespace\(\) has parameter \$globalMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterNoNamespace\(\) has parameter \$groupMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterNoNamespace\(\) has parameter \$scopeMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterWithNamespaceAndScope\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterWithNamespaceAndScope\(\) has parameter \$defaultMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterWithNamespaceAndScope\(\) has parameter \$expectedResult with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterWithNamespaceAndScope\(\) has parameter \$globalMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterWithNamespaceAndScope\(\) has parameter \$groupMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\ConfigResolverTest\:\:testHasParameterWithNamespaceAndScope\(\) has parameter \$scopeMatch with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Parameter \#1 \$container of class Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ConfigResolver constructor expects Symfony\\Component\\DependencyInjection\\ContainerInterface, PHPUnit\\Framework\\MockObject\\MockObject given\.$#'
identifier: argument.type
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\DependencyInjection\\Compiler\\ChainConfigResolverPassTest\:\:addResolverProvider\(\) has no return type specified\.$#'
identifier: missingType.return
Expand Down Expand Up @@ -43626,12 +43362,6 @@ parameters:
count: 1
path: tests/lib/MVC/Symfony/Matcher/ContentBased/UrlAliasTest.php

-
message: '#^Call to an undefined method Ibexa\\Contracts\\Core\\SiteAccess\\ConfigResolverInterface\:\:expects\(\)\.$#'
identifier: method.notFound
count: 1
path: tests/lib/MVC/Symfony/Matcher/DynamicallyConfiguredMatcherFactoryDecoratorTest.php

-
message: '#^Call to an undefined method Ibexa\\Core\\MVC\\Symfony\\Matcher\\ConfigurableMatcherFactoryInterface\:\:expects\(\)\.$#'
identifier: method.notFound
Expand Down
Loading
Loading