Completed
Push — master ( af0e0d...dc2a9c )
by Florian
28s queued 11s
created
src/Security/Voter/EventVoter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,6 +87,6 @@
 block discarded – undo
87 87
                 return $matchingRegistration->getIsOrganizer();
88 88
         }
89 89
 
90
-        throw new \LogicException('Attribute '.$attribute.' unknown!');
90
+        throw new \LogicException('Attribute ' . $attribute . ' unknown!');
91 91
     }
92 92
 }
Please login to merge, or discard this patch.