Skip to content

Commit 2362a8e

Browse files
committed
php-cs-fixer it up
1 parent 4285539 commit 2362a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/AbstractMaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ protected function addDependencies(array $dependencies, string $message = null):
5151

5252
protected function useAnnotations(): bool
5353
{
54-
return (version_compare(PHP_VERSION, '8') >= 0);
54+
return version_compare(PHP_VERSION, '8') >= 0;
5555
}
5656
}

0 commit comments

Comments
 (0)