Completed
Push — master ( 69451c...ec8e6e )
by Anatoliy
10:56
created
src/Exception/OpenFileFail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
Please login to merge, or discard this patch.
src/DenyMultiplyRun.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.