Skip to content

Commit

Permalink
Update the phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 1, 2024
1 parent 15c088f commit fc49a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ parameters:
path: tests/DatabaseAbstractTestCase.php

-
message: "#^Method SimplePhpModelSystem\\\\Test\\\\TestDatabase\\:\\:getQueries\\(\\) return type has no value type specified in iterable type array\\.$#"
message: "#^Method SimplePhpModelSystem\\\\Tests\\\\TestDatabase\\:\\:getQueries\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/TestDatabase.php

-
message: "#^Method SimplePhpModelSystem\\\\Test\\\\TestDatabase\\:\\:setQuery\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
message: "#^Method SimplePhpModelSystem\\\\Tests\\\\TestDatabase\\:\\:setQuery\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: tests/TestDatabase.php

-
message: "#^Property SimplePhpModelSystem\\\\Test\\\\TestDatabase\\:\\:\\$queries type has no value type specified in iterable type array\\.$#"
message: "#^Property SimplePhpModelSystem\\\\Tests\\\\TestDatabase\\:\\:\\$queries type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/TestDatabase.php

0 comments on commit fc49a23

Please sign in to comment.