Skip to content

Commit

Permalink
build(psalm,phpstan): Updated baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazz-Man committed Sep 30, 2022
1 parent f3cb851 commit e47a88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of method PDOStatement\\:\\:fetchAll\\(\\) expects \\(callable\\(\\)\\: mixed\\)\\|int\\|string, array given\\.$#"
message: "#^Parameter \\#2 \\$fetch_argument of method PDOStatement\\:\\:fetchAll\\(\\) expects \\(callable\\(\\)\\: mixed\\)\\|int\\|string, array given\\.$#"
count: 1
path: src/helper.php
8 changes: 1 addition & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.27.0@faf106e717c37b8c81721845dba9de3d8deed8ff">
<file src="src/NavMenuCache.php">
<StringIncrement occurrences="1">
<code>$matches[1]</code>
</StringIncrement>
</file>
</files>
<files psalm-version="4.27.0@faf106e717c37b8c81721845dba9de3d8deed8ff"/>

0 comments on commit e47a88a

Please sign in to comment.