Completed
Push — master ( 34c561...0a19eb )
by Christopher
04:25 queued 02:24
created
src/Connection/MySQLConnection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
                     return $deferred->reject($this->connection->error);
77 77
                 }
78 78
 
79
-                $inner = Loop\periodic($this->poll, function () use (&$inner, $links, $errors, $rejects, $deferred) {
79
+                $inner = Loop\periodic($this->poll, function() use (&$inner, $links, $errors, $rejects, $deferred) {
80 80
                     if (mysqli_poll($links, $errors, $rejects, $this->poll)) {
81 81
                         $inner->stop();
82 82
 
Please login to merge, or discard this patch.