Passed
Pull Request — master (#2)
by hugh
01:38
created
src/Proxies/Proxy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     protected function getDefaultReader()
37 37
     {
38
-        $dbFile = __DIR__.'/../../data/ipipfree.ipdb';
38
+        $dbFile = __DIR__ . '/../../data/ipipfree.ipdb';
39 39
 
40 40
         return new IpDbReader($dbFile);
41 41
     }
Please login to merge, or discard this patch.