Passed
Push — master ( 799b12...6419e5 )
by Robert
05:29
created
src/Controller/Component/AuthenticationComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         }
119 119
 
120 120
         if (!($service instanceof AuthenticationServiceInterface)) {
121
-            throw new Exception('Authentication service does not implement ' . AuthenticationServiceInterface::class);
121
+            throw new Exception('Authentication service does not implement '.AuthenticationServiceInterface::class);
122 122
         }
123 123
 
124 124
         return $service;
Please login to merge, or discard this patch.