Skip to content

Commit

Permalink
Updated phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jan 21, 2025
1 parent e1887bc commit 62afb56
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -255,26 +255,6 @@ parameters:
count: 1
path: src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php

-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\Converter\\\\ContentParamConverter\\:\\:loadValueObject\\(\\) has parameter \\$id with no type specified\\.$#"
count: 1
path: src/bundle/Core/Converter/ContentParamConverter.php

-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\Converter\\\\LocationParamConverter\\:\\:loadValueObject\\(\\) has parameter \\$id with no type specified\\.$#"
count: 1
path: src/bundle/Core/Converter/LocationParamConverter.php

-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\Converter\\\\RepositoryParamConverter\\:\\:getSupportedClass\\(\\) has no return type specified\\.$#"
count: 1
path: src/bundle/Core/Converter/RepositoryParamConverter.php

-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\Converter\\\\RepositoryParamConverter\\:\\:loadValueObject\\(\\) has parameter \\$id with no type specified\\.$#"
count: 1
path: src/bundle/Core/Converter/RepositoryParamConverter.php

-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\DependencyInjection\\\\Compiler\\\\BinaryContentDownloadPass\\:\\:addCall\\(\\) has no return type specified\\.$#"
count: 1
Expand Down Expand Up @@ -2925,11 +2905,6 @@ parameters:
count: 1
path: src/bundle/Core/Fragment/InlineFragmentRenderer.php

-
message: "#^Property Ibexa\\\\Bundle\\\\Core\\\\Fragment\\\\InlineFragmentRenderer\\:\\:\\$siteAccess \\(Ibexa\\\\Core\\\\MVC\\\\Symfony\\\\SiteAccess\\) does not accept Ibexa\\\\Core\\\\MVC\\\\Symfony\\\\SiteAccess\\|null\\.$#"
count: 1
path: src/bundle/Core/Fragment/InlineFragmentRenderer.php

-
message: "#^Property Ibexa\\\\Bundle\\\\Core\\\\Fragment\\\\InlineFragmentRenderer\\:\\:\\$siteAccess is never read, only written\\.$#"
count: 1
Expand Down Expand Up @@ -20640,61 +20615,6 @@ parameters:
count: 1
path: tests/bundle/Core/ConfigResolverTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\AbstractParamConverterTest\\:\\:createConfiguration\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/AbstractParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\AbstractParamConverterTest\\:\\:createConfiguration\\(\\) has parameter \\$class with no type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/AbstractParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\AbstractParamConverterTest\\:\\:createConfiguration\\(\\) has parameter \\$name with no type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/AbstractParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\ContentParamConverterTest\\:\\:testApplyContent\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/ContentParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\ContentParamConverterTest\\:\\:testApplyContentOptionalWithEmptyAttribute\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/ContentParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\ContentParamConverterTest\\:\\:testSupports\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/ContentParamConverterTest.php

-
message: "#^Property Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\ContentParamConverterTest\\:\\:\\$contentServiceMock has no type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/ContentParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\LocationParamConverterTest\\:\\:testApplyLocation\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/LocationParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\LocationParamConverterTest\\:\\:testApplyLocationOptionalWithEmptyAttribute\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/LocationParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\LocationParamConverterTest\\:\\:testSupports\\(\\) has no return type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/LocationParamConverterTest.php

-
message: "#^Property Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\Converter\\\\LocationParamConverterTest\\:\\:\\$locationServiceMock has no type specified\\.$#"
count: 1
path: tests/bundle/Core/Converter/LocationParamConverterTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Core\\\\DependencyInjection\\\\Compiler\\\\ChainConfigResolverPassTest\\:\\:addResolverProvider\\(\\) has no return type specified\\.$#"
count: 1
Expand Down

0 comments on commit 62afb56

Please sign in to comment.