Completed
Push — master ( 00c715...0749eb )
by Julito
60:49 queued 31:35
created
src/Chamilo/CourseBundle/Entity/CQuiz.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -216,11 +216,11 @@
 block discarded – undo
216 216
      */
217 217
     private $showPreviousButton;
218 218
 
219
-     /**
220
-     * @var string
221
-     *
222
-     * @ORM\Column(name="notifications", type="string", length=255, nullable=true)
223
-     */
219
+        /**
220
+         * @var string
221
+         *
222
+         * @ORM\Column(name="notifications", type="string", length=255, nullable=true)
223
+         */
224 224
     private $notifications;
225 225
 
226 226
     /**
Please login to merge, or discard this patch.