Test Setup Failed
Pull Request — master (#441)
by Mohamed
06:10
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 if (!is_null($sis_users) && (count($sis_users) == 1)){
250
+        } else if (!is_null($sis_users) && (count($sis_users) == 1)){
251 251
             $studentData = $sis_users[0];
252 252
         }
253 253
         return $studentData;
Please login to merge, or discard this patch.