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 d82749c commit 24fb844Copy full SHA for 24fb844
bin/php-parse
@@ -169,11 +169,11 @@ function parseArgs($args) {
169
$operations[] = 'var-dump';
170
break;
171
case '--resolve-names':
172
- case '-N';
+ case '-N':
173
$operations[] = 'resolve-names';
174
175
case '--with-column-info':
176
- case '-c';
+ case '-c':
177
$attributes['with-column-info'] = true;
178
179
case '--with-positions':
@@ -185,7 +185,7 @@ function parseArgs($args) {
185
$attributes['with-recovery'] = true;
186
187
case '--help':
188
- case '-h';
+ case '-h':
189
showHelp();
190
191
case '--':
0 commit comments