Skip to content

Commit 4b051e4

Browse files
Fix the description of unused option (#1600)
1 parent 7956ccb commit 4b051e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ protected function getOptions()
219219
],
220220
['nowrite', 'N', InputOption::VALUE_NONE, 'Don\'t write to Model file'],
221221
['reset', 'R', InputOption::VALUE_NONE, 'Remove the original phpdocs instead of appending'],
222-
['smart-reset', 'r', InputOption::VALUE_NONE, 'Refresh the properties/methods list, but keep the text'],
222+
['smart-reset', 'r', InputOption::VALUE_NONE, 'Retained for compatibility, while it no longer has any effect'],
223223
['phpstorm-noinspections', 'p', InputOption::VALUE_NONE,
224224
'Add PhpFullyQualifiedNameUsageInspection and PhpUnnecessaryFullyQualifiedNameInspection PHPStorm ' .
225225
'noinspection tags',

0 commit comments

Comments
 (0)