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 baf6a26 commit 105c101Copy full SHA for 105c101
src/Commands/Generators/UserModelGenerator.php
@@ -45,7 +45,7 @@ class UserModelGenerator extends BaseCommand
45
/**
46
* The Command's Arguments
47
*
48
- * @var array
+ * @var array<string, string>
49
*/
50
protected $arguments = [
51
'name' => 'The model class name.',
0 commit comments