Completed
Pull Request — master (#2)
by
unknown
02:18
created
src/Redis/Dispatcher.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -82,13 +82,13 @@
 block discarded – undo
82 82
         }
83 83
     }
84 84
 
85
-     /**
86
-     * Create socket client with connection to Redis database.
87
-     *
88
-     * @param string $endpoint
89
-     * @return SocketInterface
90
-     * @throws ExecutionException
91
-     */
85
+        /**
86
+         * Create socket client with connection to Redis database.
87
+         *
88
+         * @param string $endpoint
89
+         * @return SocketInterface
90
+         * @throws ExecutionException
91
+         */
92 92
     protected function createClient($endpoint)
93 93
     {
94 94
         $ex = null;
Please login to merge, or discard this patch.