Passed
Pull Request — master (#3)
by Alex
01:33
created
src/Service/Repository/ReferenceRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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];
Please login to merge, or discard this patch.