Passed
Push — master ( 2715f7...fbc634 )
by Laurent
02:37
created
programs/role.class.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $this->addFields(
48 48
             ORM_StringField('name')
49 49
                 ->setDescription('Name'),
50
-			ORM_TextField('description')
50
+            ORM_TextField('description')
51 51
                 ->setDescription('Description')
52 52
         );
53 53
     }
Please login to merge, or discard this patch.