Test Setup Failed
Pull Request — master (#449)
by Mohamed
10:25 queued 03:31
created
app/Http/Controllers/ExaminationStudentsController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         if(!empty($students)){
139 139
             $this->output->writeln(count($students). 'students remaining');
140 140
             array_walk($students, array($this, 'clone'));
141
-        }else{
141
+        } else{
142 142
             $this->output->writeln('All are generated');
143 143
             exit;
144 144
         }
Please login to merge, or discard this patch.