Test Failed
Push — master ( a4afd4...c83c8c )
by Terry
03:28
created
src/SimpleCache/Driver/Apc.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     protected function doGet(string $key): array
62 62
     {
63 63
         $success = false;
64
-		$content = apc_fetch($key, $success);
64
+        $content = apc_fetch($key, $success);
65 65
 
66 66
         if (empty($content) || !$success) {
67 67
             return [];
Please login to merge, or discard this patch.