Passed
Pull Request — master (#48)
by Damien
02:07
created
src/DoctrineAuditBundle/DoctrineHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $class = \is_object($subject) ? \get_class($subject) : $subject;
19 19
 
20
-        if (false === $pos = strrpos($class, '\\' . Proxy::MARKER . '\\')) {
20
+        if (false === $pos = strrpos($class, '\\'.Proxy::MARKER.'\\')) {
21 21
             return $class;
22 22
         }
23 23
 
Please login to merge, or discard this patch.