Completed
Push — master ( 67d876...74b98c )
by Julito
60:02 queued 27:59
created
src/Chamilo/CoreBundle/Entity/ExtraField.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
  *
16 16
  * @ORM\MappedSuperclass
17 17
  */
18
- class ExtraField// extends BaseAttribute
18
+    class ExtraField// extends BaseAttribute
19 19
 {
20 20
     const USER_FIELD_TYPE = 1;
21 21
     const COURSE_FIELD_TYPE = 2;
@@ -263,9 +263,9 @@  discard block
 block discarded – undo
263 263
         return $this;
264 264
     }
265 265
 
266
-     /**
267
-     * @return boolean
268
-     */
266
+        /**
267
+         * @return boolean
268
+         */
269 269
     public function isChangeable()
270 270
     {
271 271
         return $this->changeable;
Please login to merge, or discard this patch.