From 81dea8effddb6afc070552d95b8f5bbc2589fe10 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Mon, 8 Jul 2019 21:14:43 +0200 Subject: [PATCH] fix code style --- src/Types/ContextFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/ContextFactory.php b/src/Types/ContextFactory.php index a605eba..f0e9fff 100644 --- a/src/Types/ContextFactory.php +++ b/src/Types/ContextFactory.php @@ -211,7 +211,7 @@ private function parseNamespace(ArrayIterator $tokens) : string */ private function parseUseStatement(ArrayIterator $tokens) : array { - $uses = []; + $uses = []; while (true) { $this->skipToNextStringOrNamespaceSeparator($tokens);