8000 php-cs-fixer it up · symfony/maker-bundle@41cfaa5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41cfaa5

Browse files
committed
php-cs-fixer it up
1 parent 6dc186d commit 41cfaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
6464
* Ensure that AsCommand is compatible with the PHP version used at
6565
* Runtime regardless if it exists. See PHP Bug #80938
6666
*/
67-
if (80000 <= PHP_VERSION_ID) {
67+
if (80000 <= \PHP_VERSION_ID) {
6868
$attributeClassExists = class_exists(AsCommand::class);
6969
}
7070

0 commit comments

Comments
 (0)
0