Completed
Push — master ( 16298e...ff0b10 )
by Vincent
02:20
created
src/Walker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         if (is_object($node)) {
106 106
             $match = array_shift($matches);
107 107
             if (property_exists($node, $match)) {
108
-                if(count($matches) === 0 && isset($node->$match)) {
108
+                if (count($matches) === 0 && isset($node->$match)) {
109 109
                     $this->founds[] = $node->$match;
110 110
 
111 111
                     return;
Please login to merge, or discard this patch.