Test Setup Failed
Push — master ( 754317...0576f0 )
by Mohamed
16:05 queued 07:59
created
app/Http/Controllers/ExaminationStudentsController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
         // if the same gender same DOE has more than one 
248 248
         if (!is_null($sis_users) && (count($sis_users) > 1)) {
249 249
             $studentData = $this->searchSimilarName($student, $sis_users);
250
-        }else{
250
+        } else{
251 251
             $studentData = $sis_users;
252 252
         }
253 253
         return $studentData;
Please login to merge, or discard this patch.