@@ -95,7 +95,7 @@ |
||
95 | 95 | */ |
96 | 96 | protected function parseNode($result): NodeInterface |
97 | 97 | { |
98 | - if ($result instanceof NodeInterface){ |
|
98 | + if ($result instanceof NodeInterface) { |
|
99 | 99 | return $result; |
100 | 100 | } |
101 | 101 |