@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | $this->app = $app; |
18 | 18 | $this->config = $this->app->getConfig('memcached'); |
19 | 19 | |
20 | - if(!empty($this->config['persistentId'])) { |
|
20 | + if (!empty($this->config['persistentId'])) { |
|
21 | 21 | parent::__construct($this->config['persistentId']); |
22 | 22 | } else { |
23 | 23 | parent::__construct(); |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | |
44 | 44 | //It should not be to readd the server |
45 | 45 | //(for persistent mode particulary) |
46 | - if(in_array($host.':'.$port, $serversList)) { |
|
46 | + if (in_array($host.':'.$port, $serversList)) { |
|
47 | 47 | continue; |
48 | 48 | } |
49 | 49 |