Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Mar 9, 2024
2 parents 5bf37c3 + 3576ac1 commit a190e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/StatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testReconnectionAttempsShouldRunOut(int $attempts): void
*/
public static function attemptsDataProvider(): array
{
return[
return [
[0],
[1],
[5],
Expand Down

0 comments on commit a190e0b

Please sign in to comment.