Skip to content

Commit c4f6aac

Browse files
committed
[PHPStan] Removed resolved issues from the baseline
1 parent 8f14b8e commit c4f6aac

File tree

1 file changed

+0
-240
lines changed

1 file changed

+0
-240
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 240 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,12 +2910,6 @@ parameters:
29102910
count: 1
29112911
path: src/bundle/Core/Features/Context/QueryControllerContext.php
29122912

2913-
-
2914-
message: '#^Interface Ibexa\\Contracts\\Core\\Repository\\RoleService referenced with incorrect case\: Ibexa\\Contracts\\Core\\Repository\\roleService\.$#'
2915-
identifier: interface.nameCase
2916-
count: 1
2917-
path: src/bundle/Core/Features/Context/RoleContext.php
2918-
29192913
-
29202914
message: '#^Method Ibexa\\Bundle\\Core\\Features\\Context\\RoleContext\:\:getRole\(\) should return Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Role but returns Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Role\|null\.$#'
29212915
identifier: return.type
@@ -4416,12 +4410,6 @@ parameters:
44164410
count: 1
44174411
path: src/contracts/MVC/Templating/BaseRenderStrategy.php
44184412

4419-
-
4420-
message: '#^Method Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider\:\:getTwigVariables\(\) has parameter \$options with no value type specified in iterable type array\.$#'
4421-
identifier: missingType.iterableValue
4422-
count: 1
4423-
path: src/contracts/MVC/View/VariableProvider.php
4424-
44254413
-
44264414
message: '#^Method Ibexa\\Contracts\\Core\\Persistence\\Bookmark\\Handler\:\:loadByUserIdAndLocationId\(\) has parameter \$locationIds with no value type specified in iterable type array\.$#'
44274415
identifier: missingType.iterableValue
@@ -5460,12 +5448,6 @@ parameters:
54605448
count: 1
54615449
path: src/contracts/Repository/UserService.php
54625450

5463-
-
5464-
message: '#^Method Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#'
5465-
identifier: missingType.iterableValue
5466-
count: 1
5467-
path: src/contracts/Repository/Validator/ContentValidator.php
5468-
54695451
-
54705452
message: '#^Class Ibexa\\Contracts\\Core\\Repository\\Values\\Bookmark\\BookmarkList implements generic interface IteratorAggregate but does not specify its types\: TKey, TValue$#'
54715453
identifier: missingType.generics
@@ -6882,18 +6864,6 @@ parameters:
68826864
count: 1
68836865
path: src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php
68846866

6885-
-
6886-
message: '#^Method Ibexa\\Core\\FieldType\\Keyword\\KeywordStorage\\Gateway\\DoctrineStorage\:\:storeFieldData\(\) has no return type specified\.$#'
6887-
identifier: missingType.return
6888-
count: 1
6889-
path: src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php
6890-
6891-
-
6892-
message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\Persistence\\Content\\Field\)\: Unexpected token "\\n \* ", expected variable at offset 137 on line 4$#'
6893-
identifier: phpDoc.parseError
6894-
count: 1
6895-
path: src/lib/FieldType/Keyword/KeywordStorage/Gateway/DoctrineStorage.php
6896-
68976867
-
68986868
message: '#^Parameter \#1 \$keywordsToInsert of method Ibexa\\Core\\FieldType\\Keyword\\KeywordStorage\\Gateway\\DoctrineStorage\:\:insertKeywords\(\) expects array\<string\>, array\<true\> given\.$#'
68996869
identifier: argument.type
@@ -17388,12 +17358,6 @@ parameters:
1738817358
count: 1
1738917359
path: src/lib/Repository/Permission/PermissionResolver.php
1739017360

17391-
-
17392-
message: '#^PHPDoc tag @param for parameter \$callback contains unresolvable type\.$#'
17393-
identifier: parameter.unresolvableType
17394-
count: 1
17395-
path: src/lib/Repository/Permission/PermissionResolver.php
17396-
1739717361
-
1739817362
message: '#^PHPDoc tag @var does not specify variable name\.$#'
1739917363
identifier: varTag.noVariable
@@ -18006,12 +17970,6 @@ parameters:
1800617970
count: 1
1800717971
path: src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php
1800817972

18009-
-
18010-
message: '#^Method Ibexa\\Core\\Repository\\Strategy\\ContentValidator\\ContentValidatorStrategy\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#'
18011-
identifier: missingType.iterableValue
18012-
count: 1
18013-
path: src/lib/Repository/Strategy/ContentValidator/ContentValidatorStrategy.php
18014-
1801517973
-
1801617974
message: '#^Property Ibexa\\Core\\Repository\\Strategy\\ContentValidator\\ContentValidatorStrategy\:\:\$contentValidators \(array\<Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator\>\) does not accept iterable\.$#'
1801717975
identifier: assign.propertyType
@@ -18060,12 +18018,6 @@ parameters:
1806018018
count: 1
1806118019
path: src/lib/Repository/TrashService.php
1806218020

18063-
-
18064-
message: '#^Class Ibexa\\Contracts\\Core\\Persistence\\Content\\UrlAlias referenced with incorrect case\: Ibexa\\Contracts\\Core\\Persistence\\Content\\URLAlias\.$#'
18065-
identifier: class.nameCase
18066-
count: 7
18067-
path: src/lib/Repository/URLAliasService.php
18068-
1806918021
-
1807018022
message: '#^Method Ibexa\\Core\\Repository\\URLAliasService\:\:choosePrioritizedLanguageCode\(\) has parameter \$entries with no value type specified in iterable type array\.$#'
1807118023
identifier: missingType.iterableValue
@@ -18300,24 +18252,12 @@ parameters:
1830018252
count: 4
1830118253
path: src/lib/Repository/UserService.php
1830218254

18303-
-
18304-
message: '#^Method Ibexa\\Core\\Repository\\Validator\\ContentCreateStructValidator\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#'
18305-
identifier: missingType.iterableValue
18306-
count: 1
18307-
path: src/lib/Repository/Validator/ContentCreateStructValidator.php
18308-
1830918255
-
1831018256
message: '#^Cannot access property \$value on Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Field\|null\.$#'
1831118257
identifier: property.nonObject
1831218258
count: 2
1831318259
path: src/lib/Repository/Validator/ContentUpdateStructValidator.php
1831418260

18315-
-
18316-
message: '#^Method Ibexa\\Core\\Repository\\Validator\\ContentUpdateStructValidator\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#'
18317-
identifier: missingType.iterableValue
18318-
count: 1
18319-
path: src/lib/Repository/Validator/ContentUpdateStructValidator.php
18320-
1832118261
-
1832218262
message: '#^Property Ibexa\\Core\\Repository\\Validator\\ContentUpdateStructValidator\:\:\$contentLanguageHandler \(Ibexa\\Core\\Persistence\\Legacy\\Content\\Language\\Handler\) does not accept Ibexa\\Contracts\\Core\\Persistence\\Content\\Language\\Handler\.$#'
1832318263
identifier: assign.propertyType
@@ -18480,24 +18420,12 @@ parameters:
1848018420
count: 1
1848118421
path: src/lib/Repository/Values/ContentType/FieldDefinition.php
1848218422

18483-
-
18484-
message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\FieldDefinitionCollection\:\:__construct\(\) has parameter \$fieldDefinitions with no value type specified in iterable type iterable\.$#'
18485-
identifier: missingType.iterableValue
18486-
count: 1
18487-
path: src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php
18488-
1848918423
-
1849018424
message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\FieldDefinitionCollection\:\:map\(\) return type has no value type specified in iterable type array\.$#'
1849118425
identifier: missingType.iterableValue
1849218426
count: 1
1849318427
path: src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php
1849418428

18495-
-
18496-
message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\Repository\\Values\\ContentType\\FieldDefinition\[\]\)\: Unexpected token "\\n ", expected variable at offset 87 on line 2$#'
18497-
identifier: phpDoc.parseError
18498-
count: 1
18499-
path: src/lib/Repository/Values/ContentType/FieldDefinitionCollection.php
18500-
1850118429
-
1850218430
message: '#^Method Ibexa\\Core\\Repository\\Values\\ContentType\\FieldType\:\:fieldSettingsFromHash\(\) has parameter \$fieldSettingsHash with no value type specified in iterable type array\.$#'
1850318431
identifier: missingType.iterableValue
@@ -21906,30 +21834,6 @@ parameters:
2190621834
count: 2
2190721835
path: tests/bundle/Core/EventListener/BackgroundIndexingTerminateListenerTest.php
2190821836

21909-
-
21910-
message: '#^Method Ibexa\\Tests\\Bundle\\Core\\EventListener\\BackwardCompatibleCommandListenerTest\:\:createBackwardCompatibleCommand\(\) has parameter \$aliases with no value type specified in iterable type array\.$#'
21911-
identifier: missingType.iterableValue
21912-
count: 1
21913-
path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php
21914-
21915-
-
21916-
message: '#^Method Symfony\\Component\\Console\\Command\\Command@anonymous/tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest\.php\:116\:\:__construct\(\) has parameter \$deprecatedAliases with no value type specified in iterable type array\.$#'
21917-
identifier: missingType.iterableValue
21918-
count: 1
21919-
path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php
21920-
21921-
-
21922-
message: '#^PHPDoc tag @return with type Ibexa\\Bundle\\Core\\Command\\BackwardCompatibleCommand\|Symfony\\Component\\Console\\Command\\Command is not subtype of native type Symfony\\Component\\Console\\Command\\Command\.$#'
21923-
identifier: return.phpDocType
21924-
count: 1
21925-
path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php
21926-
21927-
-
21928-
message: '#^Parameter \#1 \$string of function trim expects string, string\|null given\.$#'
21929-
identifier: argument.type
21930-
count: 1
21931-
path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php
21932-
2193321837
-
2193421838
message: '#^Argument of an invalid type PHPUnit\\Framework\\MockObject\\MockObject supplied for foreach, only iterables are supported\.$#'
2193521839
identifier: foreach.nonIterable
@@ -23628,18 +23532,6 @@ parameters:
2362823532
count: 1
2362923533
path: tests/integration/Core/FieldType/FieldConstraintsStorage/FieldConstraintsStorageTest.php
2363023534

23631-
-
23632-
message: '#^Method Ibexa\\Tests\\Integration\\Core\\FieldType\\FieldConstraintsStorage\\Stub\\ExampleFieldConstraintsStorage\:\:__construct\(\) has parameter \$fieldConstraints with no value type specified in iterable type array\.$#'
23633-
identifier: missingType.iterableValue
23634-
count: 1
23635-
path: tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php
23636-
23637-
-
23638-
message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\Persistence\\Content\\FieldTypeConstraints\[\]\)\: Unexpected token "\\n ", expected variable at offset 82 on line 2$#'
23639-
identifier: phpDoc.parseError
23640-
count: 1
23641-
path: tests/integration/Core/FieldType/FieldConstraintsStorage/Stub/ExampleFieldConstraintsStorage.php
23642-
2364323535
-
2364423536
message: '#^Method Ibexa\\Tests\\Integration\\Core\\IO\\BinarydataHandler\\FlysystemTest\:\:getBinaryDataHandler\(\) should return Ibexa\\Core\\IO\\IOBinarydataHandler but returns object\.$#'
2364523537
identifier: return.type
@@ -43590,24 +43482,12 @@ parameters:
4359043482
count: 1
4359143483
path: tests/lib/MVC/Symfony/Event/ScopeChangeEventTest.php
4359243484

43593-
-
43594-
message: '#^Method Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider@anonymous/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest\.php\:47\:\:getTwigVariables\(\) has parameter \$options with no value type specified in iterable type array\.$#'
43595-
identifier: missingType.iterableValue
43596-
count: 1
43597-
path: tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php
43598-
4359943485
-
4360043486
message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\EventListener\\ContentViewTwigVariablesSubscriberTest\:\:getRegistry\(\) has parameter \$providers with no value type specified in iterable type array\.$#'
4360143487
identifier: missingType.iterableValue
4360243488
count: 1
4360343489
path: tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php
4360443490

43605-
-
43606-
message: '#^Property Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider@anonymous/tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest\.php\:47\:\:\$identifier has no type specified\.$#'
43607-
identifier: missingType.property
43608-
count: 1
43609-
path: tests/lib/MVC/Symfony/EventListener/ContentViewTwigVariablesSubscriberTest.php
43610-
4361143491
-
4361243492
message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\EventListener\\LanguageSwitchListenerTest\:\:testGetSubscribedEvents\(\) has no return type specified\.$#'
4361343493
identifier: missingType.return
@@ -45738,78 +45618,6 @@ parameters:
4573845618
count: 1
4573945619
path: tests/lib/MVC/Symfony/Templating/RenderLocationStrategyTest.php
4574045620

45741-
-
45742-
message: '#^Argument of an invalid type string supplied for foreach, only iterables are supported\.$#'
45743-
identifier: foreach.nonIterable
45744-
count: 1
45745-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45746-
45747-
-
45748-
message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:getExtensions\(\) return type has no value type specified in iterable type array\.$#'
45749-
identifier: missingType.iterableValue
45750-
count: 1
45751-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45752-
45753-
-
45754-
message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:getLocale\(\) should return string but returns array\<int, mixed\>\.$#'
45755-
identifier: return.type
45756-
count: 1
45757-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45758-
45759-
-
45760-
message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:setConfigurationLocale\(\) has no return type specified\.$#'
45761-
identifier: missingType.return
45762-
count: 1
45763-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45764-
45765-
-
45766-
message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Contracts\\Core\\SiteAccess\\ConfigResolverInterface\|\\PHPUnit\\Framework\\MockObject\\MockObject\)\: Unexpected token "\\n ", expected variable at offset 115 on line 2$#'
45767-
identifier: phpDoc.parseError
45768-
count: 1
45769-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45770-
45771-
-
45772-
message: '#^PHPDoc tag @param has invalid value \(\\Ibexa\\Core\\MVC\\Symfony\\Locale\\LocaleConverterInterface\|\\PHPUnit\\Framework\\MockObject\\MockObject\)\: Unexpected token "\\n ", expected variable at offset 114 on line 2$#'
45773-
identifier: phpDoc.parseError
45774-
count: 1
45775-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45776-
45777-
-
45778-
message: '#^PHPDoc tag @param has invalid value \(\\Symfony\\Contracts\\Translation\\TranslatorInterface\|\\PHPUnit\\Framework\\MockObject\\MockObject\)\: Unexpected token "\\n ", expected variable at offset 109 on line 2$#'
45779-
identifier: phpDoc.parseError
45780-
count: 1
45781-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45782-
45783-
-
45784-
message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$configResolverInterfaceMock has no type specified\.$#'
45785-
identifier: missingType.property
45786-
count: 1
45787-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45788-
45789-
-
45790-
message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$locale has no type specified\.$#'
45791-
identifier: missingType.property
45792-
count: 1
45793-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45794-
45795-
-
45796-
message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$localeConverterInterfaceMock has no type specified\.$#'
45797-
identifier: missingType.property
45798-
count: 1
45799-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45800-
45801-
-
45802-
message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$suffixes has no type specified\.$#'
45803-
identifier: missingType.property
45804-
count: 1
45805-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45806-
45807-
-
45808-
message: '#^Property Ibexa\\Tests\\Core\\MVC\\Symfony\\Templating\\Twig\\Extension\\FileSizeExtensionTest\:\:\$translatorMock has no type specified\.$#'
45809-
identifier: missingType.property
45810-
count: 1
45811-
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSizeExtensionTest.php
45812-
4581345621
-
4581445622
message: '#^Anonymous function should return non\-empty\-string but returns non\-empty\-string\|false\.$#'
4581545623
identifier: return.type
@@ -45984,12 +45792,6 @@ parameters:
4598445792
count: 1
4598545793
path: tests/lib/MVC/Symfony/View/Renderer/TemplateRendererTest.php
4598645794

45987-
-
45988-
message: '#^Method Ibexa\\Contracts\\Core\\MVC\\View\\VariableProvider@anonymous/tests/lib/MVC/Symfony/View/VariableProviderRegistryTest\.php\:29\:\:getTwigVariables\(\) has parameter \$options with no value type specified in iterable type array\.$#'
45989-
identifier: missingType.iterableValue
45990-
count: 1
45991-
path: tests/lib/MVC/Symfony/View/VariableProviderRegistryTest.php
45992-
4599345795
-
4599445796
message: '#^Method Ibexa\\Tests\\Core\\MVC\\Symfony\\View\\VariableProviderRegistryTest\:\:getRegistry\(\) has parameter \$providers with no value type specified in iterable type array\.$#'
4599545797
identifier: missingType.iterableValue
@@ -54036,30 +53838,6 @@ parameters:
5403653838
count: 1
5403753839
path: tests/lib/Repository/ContentThumbnail/StaticStrategyTest.php
5403853840

54039-
-
54040-
message: '#^Method Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator@anonymous/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest\.php\:88\:\:__construct\(\) has parameter \$validationReturn with no value type specified in iterable type array\.$#'
54041-
identifier: missingType.iterableValue
54042-
count: 1
54043-
path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php
54044-
54045-
-
54046-
message: '#^Method Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator@anonymous/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest\.php\:88\:\:validate\(\) has parameter \$context with no value type specified in iterable type array\.$#'
54047-
identifier: missingType.iterableValue
54048-
count: 1
54049-
path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php
54050-
54051-
-
54052-
message: '#^Method Ibexa\\Tests\\Core\\Repository\\ContentValidator\\ContentValidatorStrategyTest\:\:buildContentValidator\(\) has parameter \$validationReturn with no value type specified in iterable type array\.$#'
54053-
identifier: missingType.iterableValue
54054-
count: 1
54055-
path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php
54056-
54057-
-
54058-
message: '#^Property Ibexa\\Contracts\\Core\\Repository\\Validator\\ContentValidator@anonymous/tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest\.php\:88\:\:\$validationReturn type has no value type specified in iterable type array\.$#'
54059-
identifier: missingType.iterableValue
54060-
count: 1
54061-
path: tests/lib/Repository/ContentValidator/ContentValidatorStrategyTest.php
54062-
5406353841
-
5406453842
message: '#^Method Ibexa\\Tests\\Core\\Repository\\Decorator\\BookmarkServiceDecoratorTest\:\:testCreateBookmarkDecorator\(\) has no return type specified\.$#'
5406553843
identifier: missingType.return
@@ -59484,12 +59262,6 @@ parameters:
5948459262
count: 2
5948559263
path: tests/lib/Repository/Service/Mock/UserTest.php
5948659264

59487-
-
59488-
message: '#^Call to method expects\(\) on an unknown class object\.$#'
59489-
identifier: class.notFound
59490-
count: 4
59491-
path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php
59492-
5949359265
-
5949459266
message: '#^Method Ibexa\\Tests\\Core\\Repository\\SiteAccessAware\\AbstractServiceTestCase\:\:getAPIServiceClassName\(\) has no return type specified\.$#'
5949559267
identifier: missingType.return
@@ -59592,18 +59364,6 @@ parameters:
5959259364
count: 4
5959359365
path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php
5959459366

59595-
-
59596-
message: '#^Property Ibexa\\Tests\\Core\\Repository\\SiteAccessAware\\AbstractServiceTestCase\:\:\$innerApiServiceMock \(object&PHPUnit\\Framework\\MockObject\\MockObject\) does not accept PHPUnit\\Framework\\MockObject\\MockObject\.$#'
59597-
identifier: assign.propertyType
59598-
count: 1
59599-
path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php
59600-
59601-
-
59602-
message: '#^Property Ibexa\\Tests\\Core\\Repository\\SiteAccessAware\\AbstractServiceTestCase\:\:\$innerApiServiceMock has unknown class object as its type\.$#'
59603-
identifier: class.notFound
59604-
count: 1
59605-
path: tests/lib/Repository/SiteAccessAware/AbstractServiceTestCase.php
59606-
5960759367
-
5960859368
message: '#^Unable to resolve the template type T in call to method PHPUnit\\Framework\\TestCase\:\:getMockBuilder\(\)$#'
5960959369
identifier: argument.templateType

0 commit comments

Comments
 (0)