Skip to content

Commit 6ac4fae

Browse files
jrushlowweaverryan
andauthored
finalize abstract method
Co-authored-by: Ryan Weaver <[email protected]>
1 parent c98a435 commit 6ac4fae

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
@@ -49,7 +49,7 @@ protected function addDependencies(array $dependencies, string $message = null):
4949
);
5050
}
5151

52-
protected function useAttributes(): bool
52+
final protected function useAttributes(): bool
5353
{
5454
return \PHP_VERSION_ID >= 80000;
5555
}

0 commit comments

Comments
 (0)