@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $filename = $this->findRelativePath($path); |
| 34 | 34 | $content = file_get_contents($path); |
| 35 | 35 | $feature = $this->parser->parse($content, $filename); |
| 36 | - return null === $feature? $feature : $this->branchFeatureVariants($feature); |
|
| 36 | + return null === $feature ? $feature : $this->branchFeatureVariants($feature); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |