Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d98207

Browse filesBrowse files
committed
unified return null usages
1 parent aa04265 commit 0d98207
Copy full SHA for 0d98207

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Parser/TokenStream.php

Copy file name to clipboardExpand all lines: Parser/TokenStream.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function getNextIdentifierOrStar()
162162
}
163163

164164
if ($next->isDelimiter(array('*'))) {
165-
return null;
165+
return;
166166
}
167167

168168
throw SyntaxErrorException::unexpectedToken('identifier or "*"', $next);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.