Remove &$ in phpdoc

This commit is contained in:
spawnia 2019-06-30 20:57:08 +02:00
parent a222cc9137
commit 99453076b5

View File

@ -932,7 +932,7 @@ class ReferenceExecutor implements ExecutorImplementation
*
* @param FieldNode[] $fieldNodes
* @param mixed[] $path
* @param mixed[]|Traversable &$results
* @param mixed[]|Traversable $results
*
* @return mixed[]|Promise
*