@@ -150,7 +150,7 @@ |
||
| 150 | 150 | $driverOptions['servers'] = $servers; |
| 151 | 151 | } else { |
| 152 | 152 | // Default Memcache options: locahost:11211 |
| 153 | - $driverOptions['servers'][] = [ '127.0.0.1', 11211 ]; |
|
| 153 | + $driverOptions['servers'][] = ['127.0.0.1', 11211]; |
|
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | return new $drivers['Memcache']($driverOptions); |