Completed
Pull Request — master (#225)
by
unknown
05:42
created
lib/Doctrine/Common/Cache/ApcuCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.