Skip to content

Commit

Permalink
[PHPStan] Aligned baseline after PHPStan update (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Mar 26, 2024
1 parent fc24367 commit a6db3ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ parameters:
count: 1
path: src/bundle/DependencyInjection/IbexaRestExtension.php

-
message: "#^Parameter \\#1 \\$configuration of method Symfony\\\\Component\\\\DependencyInjection\\\\Extension\\\\Extension\\:\\:processConfiguration\\(\\) expects Symfony\\\\Component\\\\Config\\\\Definition\\\\ConfigurationInterface, Symfony\\\\Component\\\\Config\\\\Definition\\\\ConfigurationInterface\\|null given\\.$#"
count: 1
path: src/bundle/DependencyInjection/IbexaRestExtension.php

-
message: "#^Parameter \\#1 \\$input of static method Symfony\\\\Component\\\\Yaml\\\\Yaml\\:\\:parse\\(\\) expects string, string\\|false given\\.$#"
count: 1
Expand Down Expand Up @@ -711,7 +706,7 @@ parameters:
path: src/lib/Input/Handler/Xml.php

-
message: "#^Method Ibexa\\\\Rest\\\\Input\\\\Handler\\\\Xml\\:\\:convertDom\\(\\) should return array but returns array\\<int\\|string, mixed\\>\\|string\\.$#"
message: "#^Method Ibexa\\\\Rest\\\\Input\\\\Handler\\\\Xml\\:\\:convertDom\\(\\) should return array but returns array\\|string\\.$#"
count: 1
path: src/lib/Input/Handler/Xml.php

Expand Down

0 comments on commit a6db3ae

Please sign in to comment.