Skip to content

Commit

Permalink
Update and apply CS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 6, 2021
1 parent 7130f34 commit 7c0a3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use Symfony\Polyfill\Ctype as p;

if (PHP_VERSION_ID >= 80000) {
if (\PHP_VERSION_ID >= 80000) {
return require __DIR__.'/bootstrap80.php';
}

Expand Down

0 comments on commit 7c0a3c5

Please sign in to comment.