Test Setup Failed
Push — master ( 40764a...2b83d8 )
by Mohamed
13:52 queued 07:35
created
app/Http/Controllers/ExaminationStudentsController.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 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
         }
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
                 Institution_student::updateExaminationData($studentData, $admissionInfo);
239 239
                 $this->updateStudentId($student, $studentData);
240 240
             }
241
-        }else{
241
+        } else{
242 242
             $this->output->writeln('institution not found'. $student['schoolid'].' '. $student['st_no'] . 'not imported');
243 243
         }
244 244
     }
Please login to merge, or discard this patch.