Passed
Push — master ( 2e5f1b...1edd03 )
by Igor
02:55
created
example/Helper.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
     }
13 13
 
14 14
         /**
15
-     * @param $file_name
16
-     * @param int $from_id
17
-     * @param int $to_id
18
-     */
15
+         * @param $file_name
16
+         * @param int $from_id
17
+         * @param int $to_id
18
+         */
19 19
     public static function makeListSitesKeysDataFile($file_name, $from_id = 1000, $to_id = 20000)
20 20
     {
21 21
         @unlink($file_name);
Please login to merge, or discard this patch.