Completed
Push — master ( 8edafe...cb9f87 )
by Charles
08:15
created
protected/messages/en_us/models/UserRoles.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19 19
 return array (
20
-  'Created' => '',
21
-  'ID' => '',
22
-  'Name' => '',
23
-  'Updated' => '',
20
+    'Created' => '',
21
+    'ID' => '',
22
+    'Name' => '',
23
+    'Updated' => '',
24 24
 );
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * NOTE, this file must be saved in UTF-8 encoding.
18 18
  */
19
-return array (
19
+return array(
20 20
   'Created' => '',
21 21
   'ID' => '',
22 22
   'Name' => '',
Please login to merge, or discard this patch.