From 2d17c020b6695d47debda065804db4e2d2f92e55 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 15 May 2024 08:57:58 +0200 Subject: PHPStan 1.11 + minor update dev dependencies (#6459) * PHPStan 1.11 + minor update dev dependencies https://github.com/phpstan/phpstan/releases/tag/1.11.0 * Comment style --- lib/Minz/Pdo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Minz/Pdo.php') diff --git a/lib/Minz/Pdo.php b/lib/Minz/Pdo.php index bb07de488..33d84eb45 100644 --- a/lib/Minz/Pdo.php +++ b/lib/Minz/Pdo.php @@ -58,7 +58,7 @@ abstract class Minz_Pdo extends PDO { * @param array $options * @return PDOStatement|false * @throws PDOException if the attribute `PDO::ATTR_ERRMODE` is set to `PDO::ERRMODE_EXCEPTION` - * @phpstan-ignore-next-line + * @phpstan-ignore method.childParameterType, throws.unusedType */ #[\Override] #[\ReturnTypeWillChange] @@ -72,7 +72,7 @@ abstract class Minz_Pdo extends PDO { * @param string $statement * @return int|false * @throws PDOException if the attribute `PDO::ATTR_ERRMODE` is set to `PDO::ERRMODE_EXCEPTION` - * @phpstan-ignore-next-line + * @phpstan-ignore throws.unusedType */ #[\Override] #[\ReturnTypeWillChange] @@ -84,7 +84,7 @@ abstract class Minz_Pdo extends PDO { /** * @return PDOStatement|false * @throws PDOException if the attribute `PDO::ATTR_ERRMODE` is set to `PDO::ERRMODE_EXCEPTION` - * @phpstan-ignore-next-line + * @phpstan-ignore throws.unusedType */ #[\Override] #[\ReturnTypeWillChange] -- cgit v1.2.3