Passed
Pull Request — master (#48)
by
unknown
05:34
created
src/migrations/Install.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      */
80 80
     protected function createTables()
81 81
     {
82
-      if (!$this->db->tableExists('{{%social_login_accounts}}')) {
82
+        if (!$this->db->tableExists('{{%social_login_accounts}}')) {
83 83
         $this->createTable(
84 84
             '{{%social_login_accounts}}',
85 85
             [
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
                 'PRIMARY KEY(id)',
95 95
             ]
96 96
         );
97
-      }
97
+        }
98 98
     }
99 99
 
100 100
     /**
Please login to merge, or discard this patch.