Passed
Push — master ( 9626d7...993b38 )
by Nils
02:52
created
src/Metrics/Memory/Memory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
     public function hasData(string $key): bool
44 44
     {
45
-       return array_key_exists($key, $this->data);
45
+        return array_key_exists($key, $this->data);
46 46
     }
47 47
 
48 48
     public function getData(string $key): array
Please login to merge, or discard this patch.