Test Setup Failed
Push — master ( f12304...3456fe )
by Craig
05:00
created
Translation/Extractor/Visitor/Php/Knp/Menu/AbstractKnpMenuVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             return null;
61 61
         }
62 62
 
63
-        $methodName = (string) $node->name;
63
+        $methodName = (string)$node->name;
64 64
         if ('setExtra' !== $methodName) {
65 65
             return null;
66 66
         }
Please login to merge, or discard this patch.