Skip to content

Commit

Permalink
fixed php stan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Feb 18, 2025
1 parent 4074e6b commit 5e4bfd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -742,27 +742,27 @@ parameters:

-
message: "#^Usage of apply_filters\\(\\) is discouraged\\. Use wpm_apply_filters_typed\\(\\) instead\\.$#"
count: 18
count: 21
path: tests/Integration/AjaxTestCase.php

-
message: "#^Usage of apply_filters\\(\\) is discouraged\\. Use wpm_apply_filters_typed\\(\\) instead\\.$#"
count: 18
count: 21
path: tests/Integration/ApiTestCase.php

-
message: "#^Usage of apply_filters\\(\\) is discouraged\\. Use wpm_apply_filters_typed\\(\\) instead\\.$#"
count: 18
count: 21
path: tests/Integration/FilesystemTestCase.php

-
message: "#^Usage of apply_filters\\(\\) is discouraged\\. Use wpm_apply_filters_typed\\(\\) instead\\.$#"
count: 18
count: 21
path: tests/Integration/RESTVfsTestCase.php

-
message: "#^Usage of apply_filters\\(\\) is discouraged\\. Use wpm_apply_filters_typed\\(\\) instead\\.$#"
count: 18
count: 21
path: tests/Integration/TestCase.php

-
Expand Down

0 comments on commit 5e4bfd7

Please sign in to comment.