Skip to content

Commit 7437d30

Browse files
committed
Fix formatting
1 parent e162d94 commit 7437d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server/TextDocument.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ public function references(
220220
}
221221
}
222222
$refDocuments = yield Promise\all(iterator_to_array(
223-
$this->getOrLoadReferences($fqn))
224-
);
223+
$this->getOrLoadReferences($fqn)
224+
));
225225
foreach ($refDocuments as $document) {
226226
$refs = $document->getReferenceNodesByFqn($fqn);
227227
if ($refs !== null) {

0 commit comments

Comments
 (0)