@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * Created by PhpStorm. |
| 5 | 5 | * User: danchukas |
@@ -179,7 +179,7 @@ |
||
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | if (!is_null(self::$lastError)) { |
| 182 | - throw new OpenFileFail((string)self::$lastError); |
|
| 182 | + throw new OpenFileFail((string) self::$lastError); |
|
| 183 | 183 | } |
| 184 | 184 | |
| 185 | 185 | return $pid_file_handle; |