We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dbfad commit f6aebb2Copy full SHA for f6aebb2
src/Console/MakeClass.php
@@ -17,7 +17,7 @@ class MakeClass extends ClassCommand
17
{--f|final : Make the class final}
18
{--a|abstract : Make the class abstract}
19
{--x|strict : Declare strict types}
20
- {--p|path= : Declare the part to be remembered}
+ {--p|path= : Declare the path to be remembered}
21
{--alias= : Declare the path keyword}
22
{--t|type=class : Alternative class type}';
23
0 commit comments