From 7437d30d884897050db466c538b81c03a4f4be2e Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 14 Nov 2017 22:25:54 -0800 Subject: [PATCH] Fix formatting --- src/Server/TextDocument.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Server/TextDocument.php b/src/Server/TextDocument.php index 46e822a..1c7d292 100644 --- a/src/Server/TextDocument.php +++ b/src/Server/TextDocument.php @@ -220,8 +220,8 @@ class TextDocument } } $refDocuments = yield Promise\all(iterator_to_array( - $this->getOrLoadReferences($fqn)) - ); + $this->getOrLoadReferences($fqn) + )); foreach ($refDocuments as $document) { $refs = $document->getReferenceNodesByFqn($fqn); if ($refs !== null) {