@@ -89,11 +89,11 @@ |
||
89 | 89 | Hyde::pathToRelative(Hyde::getDocumentationPagePath()), |
90 | 90 | ]; |
91 | 91 | |
92 | - if (! in_array($directory, $directories)) { |
|
92 | + if (!in_array($directory, $directories)) { |
|
93 | 93 | throw new Exception("Path [$this->path] is not in a valid source directory.", 400); |
94 | 94 | } |
95 | 95 | |
96 | - if (! file_exists(Hyde::path($this->path))) { |
|
96 | + if (!file_exists(Hyde::path($this->path))) { |
|
97 | 97 | throw new Exception("File [$this->path] not found.", 404); |
98 | 98 | } |
99 | 99 | } |