Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 658b63f

Browse files
committed
Add missing comment in new switch case to fix phpcs test
1 parent 7cffdc3 commit 658b63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Scanner/MethodScanner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ protected function scan()
527527
$MACRO_INFO_START();
528528
}
529529
goto SCANNER_CONTINUE_SIGNATURE;
530+
// goto (no break needed);
530531

531532
case T_VARIABLE:
532533
case T_STRING:

0 commit comments

Comments
 (0)