Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 6, 2024
1 parent 9af2a5a commit 9055429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BrowsingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function testGetPagesClose(): void

$page->close();

usleep(250000);
\usleep(250000);

$finalCount = \count(self::$browser->getPages());

Expand Down

0 comments on commit 9055429

Please sign in to comment.