Completed
Push — master ( ae762d...5a8a28 )
by Aleksandar
20:49
created
src/TmpFakeIt/src/Action/TmpCounterMapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     public function getByIp($ip)
34 34
     {
35
-        return $this->select(['ip' => $ip]);
35
+        return $this->select([ 'ip' => $ip ]);
36 36
     }
37 37
 
38 38
     public function insertRec($data)
Please login to merge, or discard this patch.