Completed
Pull Request — master (#16)
by Anatoliy
03:00 queued 01:07
created
tests/DenyMultiplyRunTest/SurprisingTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
             , [false]
124 124
             , [0]
125 125
             , [[]]
126
-            , [function () {
126
+            , [function() {
127 127
             }]
128 128
             , [new \Exception]
129 129
             , [$fail_resource]
Please login to merge, or discard this patch.
tests/DenyMultiplyRunTest/ExistRightPidFileTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
 
43 43
         /** @noinspection PhpUnusedParameterInspection */
44
-        set_error_handler(function (int $messageType, string $messageText) {
44
+        set_error_handler(function(int $messageType, string $messageText) {
45 45
             self::$lastError = "[$messageType] " . $messageText;
46 46
         });
47 47
 
Please login to merge, or discard this patch.