@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | private $config; |
| 30 | 30 | |
| 31 | - public function __construct (array $config) |
|
| 31 | + public function __construct(array $config) |
|
| 32 | 32 | { |
| 33 | 33 | $this->config = $config; |
| 34 | 34 | } |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | Whatever option you need to setup the cache type, must be passed as array to constructor. |
| 39 | 39 | https://www.doctrine-project.org/projects/doctrine-cache/en/1.8/index.html |
| 40 | 40 | */ |
| 41 | - public function getCache () |
|
| 41 | + public function getCache() |
|
| 42 | 42 | { |
| 43 | 43 | switch ($this->config['type']) { |
| 44 | 44 | case 'apc': |