Passed
Push — develop ( 3046e8...f3e3d3 )
by Henry
13:14
created
src/Models/ActiveRecord.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,8 +91,8 @@  discard block
 block discarded – undo
91 91
 
92 92
 
93 93
     /**
94
-    * @var array $validators Validation checks
95
-    */
94
+     * @var array $validators Validation checks
95
+     */
96 96
     public static $validators = [];
97 97
 
98 98
     /**
@@ -1115,7 +1115,7 @@  discard block
 block discarded – undo
1115 1115
                         $attributeMappedClassFields[$property->getName()] = [];
1116 1116
                     }
1117 1117
                 }
1118
-             }
1118
+                }
1119 1119
         }
1120 1120
         return $attributeMappedClassFields;
1121 1121
     }
Please login to merge, or discard this patch.