diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 5107fd0..fb82c2d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -255,31 +255,11 @@ parameters: count: 1 path: src/Connection.php - - - message: "#^Parameter \\#1 \\$mode of method PDOStatement\\:\\:setFetchMode\\(\\) expects int, mixed given\\.$#" - count: 1 - path: src/Connection.php - - message: "#^Parameter \\#1 \\$object_or_class of function method_exists expects object\\|string, PDO\\|null given\\.$#" count: 1 path: src/Connection.php - - - message: "#^Parameter \\#2 \\$className of method PDOStatement\\:\\:setFetchMode\\(\\) expects int\\|object\\|string, mixed given\\.$#" - count: 1 - path: src/Connection.php - - - - message: "#^Parameter \\#2 \\$values of method ipl\\\\Sql\\\\Connection\\:\\:prepexec\\(\\) expects array\\|string\\|null, mixed given\\.$#" - count: 1 - path: src/Connection.php - - - - message: "#^Parameter \\#2 \\$values of method ipl\\\\Sql\\\\Connection\\:\\:yieldPairs\\(\\) expects array\\|null, mixed given\\.$#" - count: 1 - path: src/Connection.php - - message: "#^Property ipl\\\\Sql\\\\Connection\\:\\:\\$adapter \\(ipl\\\\Sql\\\\Contract\\\\Adapter\\) does not accept object\\.$#" count: 1