@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | $git = file($this->project_dir.'/.git/HEAD'); |
65 | 65 | $head = explode('/', $git[0], 3); |
66 | 66 | |
67 | - if (! isset($head[2])) { |
|
67 | + if (!isset($head[2])) { |
|
68 | 68 | return null; |
69 | 69 | } |
70 | 70 | |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | if (is_file($filename)) { |
90 | 90 | $head = file($filename); |
91 | 91 | |
92 | - if (! isset($head[0])) { |
|
92 | + if (!isset($head[0])) { |
|
93 | 93 | return null; |
94 | 94 | } |
95 | 95 |