@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | class PhpClassInFileInspector |
10 | 10 | { |
11 | - public function isEnum(string $fullFilePath){ |
|
11 | + public function isEnum(string $fullFilePath) { |
|
12 | 12 | $content = $this->readFile($fullFilePath); |
13 | 13 | $content = preg_replace('!/\*.*?\*/!s', '', $content); |
14 | 14 | $content = preg_replace('/\n\s*\n/', "\n", $content); |