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(
68
68
array_unshift ($ parts , $ firstPart );
69
69
}
70
70
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
72
72
if (isset ($ parts [0 ]) && strpos ($ parts [0 ], '$ ' ) === 0 ) {
73
73
$ variableName = array_shift ($ parts );
74
74
if ($ type ) {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static function create(
68
68
array_unshift ($ parts , $ firstPart );
69
69
}
70
70
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
72
72
if (isset ($ parts [0 ]) && strpos ($ parts [0 ], '$ ' ) === 0 ) {
73
73
$ variableName = array_shift ($ parts );
74
74
if ($ type ) {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static function create(
69
69
array_unshift ($ parts , $ firstPart );
70
70
}
71
71
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
73
73
if (isset ($ parts [0 ]) && strpos ($ parts [0 ], '$ ' ) === 0 ) {
74
74
$ variableName = array_shift ($ parts );
75
75
if ($ type ) {
You can’t perform that action at this time.
0 commit comments