Pārlūkot izejas kodu

Reduce lines of code.

Daniele Alessandri 14 gadi atpakaļ
vecāks
revīzija
f1488534b6
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  1. 1 5
      lib/Predis.php

+ 1 - 5
lib/Predis.php

@@ -119,11 +119,7 @@ class Client {
                 "Invalid connection alias: '$connectionAlias'"
             );
         }
-
-        $newClient = new Client();
-        $newClient->setupClient($this->_options);
-        $newClient->setConnection($connection);
-        return $newClient;
+        return new Client($connection, $this->_options);
     }
 
     public function connect() {