File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static function create(
6868 array_unshift ($ parts , $ firstPart );
6969 }
7070
71- // if the next item starts with a $ or ...$ it must be the variable name
71+ // if the next item starts with a $ it must be the variable name
7272 if (isset ($ parts [0 ]) && strpos ($ parts [0 ], '$ ' ) === 0 ) {
7373 $ variableName = array_shift ($ parts );
7474 if ($ type ) {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static function create(
6868 array_unshift ($ parts , $ firstPart );
6969 }
7070
71- // if the next item starts with a $ or ...$ it must be the variable name
71+ // if the next item starts with a $ it must be the variable name
7272 if (isset ($ parts [0 ]) && strpos ($ parts [0 ], '$ ' ) === 0 ) {
7373 $ variableName = array_shift ($ parts );
7474 if ($ type ) {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static function create(
6969 array_unshift ($ parts , $ firstPart );
7070 }
7171
72- // if the next item starts with a $ or ...$ it must be the variable name
72+ // if the next item starts with a $ it must be the variable name
7373 if (isset ($ parts [0 ]) && strpos ($ parts [0 ], '$ ' ) === 0 ) {
7474 $ variableName = array_shift ($ parts );
7575 if ($ type ) {
You can’t perform that action at this time.
0 commit comments