diff --git a/tests/Unit/StatementTest.php b/tests/Unit/StatementTest.php index c031def..5c26310 100644 --- a/tests/Unit/StatementTest.php +++ b/tests/Unit/StatementTest.php @@ -62,7 +62,7 @@ public function testReconnectionAttempsShouldRunOut(int $attempts): void */ public static function attemptsDataProvider(): array { - return[ + return [ [0], [1], [5],