Completed
Push — master ( cf4991...5c7bad )
by Alec
03:25
created
src/Tools/Benchmark.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
         $this->iterations = $iterations;
44 44
         $this->rewindable =
45 45
             new Rewindable(
46
-                function (int $iterations, int $i = 1): \Generator {
46
+                function(int $iterations, int $i = 1): \Generator {
47 47
                     while ($i <= $iterations) {
48 48
                         yield $i++;
49 49
                     }
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
             } catch (\Throwable $e) {
124 124
                 $this->exceptionMessages[$f->getName()] = $message = $e->getMessage();
125 125
                 $this->errorState = true;
126
-                $f->setResult(brackets(typeOf($e)) . ': ' . $message);
126
+                $f->setResult(brackets(typeOf($e)).': '.$message);
127 127
             }
128 128
         }
129 129
     }
Please login to merge, or discard this patch.