@@ -32,7 +32,7 @@ |
||
32 | 32 | */ |
33 | 33 | public function getCollectionReference(string $name): iterable |
34 | 34 | { |
35 | - if (! $this->getCollectionReference($name)) { |
|
35 | + if (!$this->getCollectionReference($name)) { |
|
36 | 36 | throw new \OutOfBoundsException(sprintf('Collection reference to "%s" does not exist', $name)); |
37 | 37 | } |
38 | 38 | return $this->collectionReferences[$name]; |