Test Failed
Pull Request — master (#20)
by Rhodri
03:16
created
src/Machine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      */
102 102
     protected function executeMutedCallback()
103 103
     {
104
-        $handleError = function ($exception) {
104
+        $handleError = function($exception) {
105 105
             $this->result->setException($exception);
106 106
             $this->result->setValue(null);
107 107
         };
Please login to merge, or discard this patch.