Completed
Push — master ( fe47f8...2aa7aa )
by Brian
09:43
created
src/wormling/phparia/Client/Phparia.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,8 @@
 block discarded – undo
113 113
 
114 114
         $onStop = $this->onStop;
115 115
         $onStop()
116
-            ->then(function () use (&$deferred) {
117
-                $this->ariClient->onClose(function () use (&$deferred) {
116
+            ->then(function() use (&$deferred) {
117
+                $this->ariClient->onClose(function() use (&$deferred) {
118 118
                     $this->eventLoop->stop();
119 119
                     $deferred->resolve();
120 120
                 });
Please login to merge, or discard this patch.