Test Failed
Push — master ( c8140e...d01317 )
by PHPLicengine
02:33 queued 27s
created
lib/PHPLicengine/Cache/Cache.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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':
Please login to merge, or discard this patch.