@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function __construct() |
| 35 | 35 | { |
| 36 | - if (! function_exists('apcu_fetch')) { |
|
| 36 | + if ( ! function_exists('apcu_fetch')) { |
|
| 37 | 37 | throw new RuntimeException('APCu is not installed: please install APCu (i.e. "pecl install apcu") before using the APCu cache'); |
| 38 | 38 | } |
| 39 | 39 | } |