Passed
Push — master ( 66eec6...f2a2b5 )
by Michael
02:23
created
class/Common/Migrate.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      */
80 80
     private function moveDoColumns()
81 81
     {
82
-     //for an example, see newbb 5.0
82
+        //for an example, see newbb 5.0
83 83
     }
84 84
 
85 85
     /**
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,8 @@
 block discarded – undo
30 30
      * @param \XoopsModules\Extcal\Common\Configurator $configurator
31 31
      */
32 32
     public function __construct(Extcal\Common\Configurator  $configurator)
33
-    {   require_once  dirname(dirname(__DIR__)) . '/include/config.php';
34
-        $this->renameTables            = $configurator->renameTables;
33
+    {   require_once  dirname(dirname(__DIR__)).'/include/config.php';
34
+        $this->renameTables = $configurator->renameTables;
35 35
 
36 36
         $moduleDirName = basename(dirname(dirname(__DIR__)));
37 37
         parent::__construct($moduleDirName);
Please login to merge, or discard this patch.