@@ -6,5 +6,8 @@ |
||
6 | 6 | |
7 | 7 | interface DriverInterface |
8 | 8 | { |
9 | + /** |
|
10 | + * @return string |
|
11 | + */ |
|
9 | 12 | public function commands(Request $request); |
10 | 13 | } |
11 | 14 | \ No newline at end of file |
@@ -82,13 +82,13 @@ |
||
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; |