Passed
Push — master ( 7e21c5...6eb2f3 )
by Alex
05:57
created
src/PhpIPAM.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
     public function getCacheKey()
56 56
     {
57
-        return 'phpipam-' . $this->connection;
57
+        return 'phpipam-'.$this->connection;
58 58
     }
59 59
 
60 60
     /**
Please login to merge, or discard this patch.