@@ -68,7 +68,7 @@ |
||
| 68 | 68 | return; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | - if (!mkdir($path) && !is_dir($path)) { |
|
| 71 | + if ( ! mkdir($path) && ! is_dir($path)) { |
|
| 72 | 72 | throw new \RuntimeException( |
| 73 | 73 | sprintf('Unable to create temporary directory \'%s\'.', $path) |
| 74 | 74 | ); |