@@ -32,11 +32,11 @@ |
||
32 | 32 | |
33 | 33 | if (is_readable($path)) { |
34 | 34 | require_once $path; |
35 | - }else{ |
|
35 | + } else{ |
|
36 | 36 | trigger_error('Cannot locate the Psr/Cache files', E_USER_ERROR); |
37 | 37 | return; |
38 | 38 | } |
39 | - }else{ |
|
39 | + } else{ |
|
40 | 40 | // Unsupported entity |
41 | 41 | return; |
42 | 42 | } |