Skip to content

Commit

Permalink
Update phpstan baseline config
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Sep 7, 2023
1 parent 69e7a95 commit 1a43ee2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1505,11 +1505,6 @@ parameters:
count: 1
path: src/Widget/ActionBar.php

-
message: "#^Method ipl\\\\Web\\\\Widget\\\\ActionBar\\:\\:getBaseTarget\\(\\) should return string\\|null but returns array\\|bool\\|string\\|null\\.$#"
count: 1
path: src/Widget/ActionBar.php

-
message: "#^Parameter \\#1 \\$attribute of method ipl\\\\Html\\\\Attributes\\:\\:add\\(\\) expects array\\|ipl\\\\Html\\\\Attribute\\|ipl\\\\Html\\\\Attributes\\|string, array\\|ipl\\\\Html\\\\Attributes\\|null given\\.$#"
count: 1
Expand All @@ -1530,11 +1525,6 @@ parameters:
count: 1
path: src/Widget/ContinueWith.php

-
message: "#^Method ipl\\\\Web\\\\Widget\\\\ContinueWith\\:\\:getBaseTarget\\(\\) should return string\\|null but returns array\\|bool\\|string\\|null\\.$#"
count: 1
path: src/Widget/ContinueWith.php

-
message: "#^Method ipl\\\\Web\\\\Widget\\\\Dropdown\\:\\:__construct\\(\\) has parameter \\$attributes with no value type specified in iterable type array\\.$#"
count: 1
Expand Down Expand Up @@ -1615,11 +1605,6 @@ parameters:
count: 1
path: src/Widget/Link.php

-
message: "#^Method ipl\\\\Web\\\\Widget\\\\Link\\:\\:getBaseTarget\\(\\) should return string\\|null but returns array\\|bool\\|string\\|null\\.$#"
count: 1
path: src/Widget/Link.php

-
message: "#^Parameter \\#1 \\$attribute of method ipl\\\\Html\\\\Attributes\\:\\:add\\(\\) expects array\\|ipl\\\\Html\\\\Attribute\\|ipl\\\\Html\\\\Attributes\\|string, array\\|ipl\\\\Html\\\\Attributes\\|null given\\.$#"
count: 1
Expand Down

0 comments on commit 1a43ee2

Please sign in to comment.