Completed
Push — master ( 9d34b1...24b886 )
by
03:05
created
EventListener/UserAclListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
             }
39 39
 
40 40
             if (!$owner = $entity->getAclOwner()) {
41
-                throw new \RuntimeException("Not found AclOwner for: " . get_class($entity));
41
+                throw new \RuntimeException("Not found AclOwner for: ".get_class($entity));
42 42
             }
43 43
 
44 44
             $this->container->get('oneup_acl.manager')
Please login to merge, or discard this patch.