Passed
Push — master ( d5fc37...fbd322 )
by Antonio Carlos
06:08
created
src/Repositories/DataRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
      * @param $ip
305 305
      *
306 306
      * @return void
307
-    */
307
+     */
308 308
     public function cacheForget($ip)
309 309
     {
310 310
         $this->cache->forget($this->cacheKey($ip));
Please login to merge, or discard this patch.