Passed
Push — master ( aaaee4...c2a29b )
by Mihail
04:03
created
Apps/Model/Admin/Comments/FormCommentUpdate.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@  discard block
 block discarded – undo
24 24
     }
25 25
     
26 26
     /**
27
-    * Set default values from active record data
28
-    */
27
+     * Set default values from active record data
28
+     */
29 29
     public function before()
30 30
     {
31 31
         $this->message = $this->_record->message;
@@ -33,8 +33,8 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-    * Labels to display in view
37
-    */
36
+     * Labels to display in view
37
+     */
38 38
     public function labels()
39 39
     {
40 40
         return [
@@ -44,8 +44,8 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-    * Validation rules for comment body
48
-    */
47
+     * Validation rules for comment body
48
+     */
49 49
     public function rules()
50 50
     {
51 51
         return [
Please login to merge, or discard this patch.