Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Jul 8, 2019
1 parent ed96b6c commit 81dea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/ContextFactory.php
Expand Up @@ -211,7 +211,7 @@ private function parseNamespace(ArrayIterator $tokens) : string
*/
private function parseUseStatement(ArrayIterator $tokens) : array
{
$uses = [];
$uses = [];

while (true) {
$this->skipToNextStringOrNamespaceSeparator($tokens);
Expand Down

0 comments on commit 81dea8e

Please sign in to comment.