Passed
Pull Request — master (#161)
by
unknown
02:39
created
src/Task/Connectors/SwooleTaskConnector.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,12 +14,12 @@
 block discarded – undo
14 14
      */
15 15
     protected $swoole;
16 16
 
17
-     /**
18
-     * Create a new Swoole Async task connector instance.
19
-     *
20
-     * @param  \Swoole\Http\Server $swoole
21
-     * @return void
22
-     */
17
+        /**
18
+         * Create a new Swoole Async task connector instance.
19
+         *
20
+         * @param  \Swoole\Http\Server $swoole
21
+         * @return void
22
+         */
23 23
     public function __construct($swoole)
24 24
     {
25 25
         $this->swoole = $swoole;
Please login to merge, or discard this patch.