Passed
Branch master (5201a6)
by Henry
03:33
created
classes/Divergence/Models/ActiveRecord.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@  discard block
 block discarded – undo
11 11
 {
12 12
     // configurables
13 13
     /**
14
-    * Set this to true if you want the table(s) to automatically be created when not found.
15
-    * @var bool
16
-    */
14
+     * Set this to true if you want the table(s) to automatically be created when not found.
15
+     * @var bool
16
+     */
17 17
     public static $autoCreateTables = true;
18 18
     
19 19
     /**
@@ -63,9 +63,9 @@  discard block
 block discarded – undo
63 63
     
64 64
     
65 65
     /**
66
-    * Validation checks
67
-    * @var array
68
-    */
66
+     * Validation checks
67
+     * @var array
68
+     */
69 69
     public static $validators = [];
70 70
 
71 71
     /**
Please login to merge, or discard this patch.