Test Setup Failed
Pull Request — master (#461)
by Mohamed
07:33
created
app/Exports/ExaminationStudentsExport.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,8 @@
 block discarded – undo
37 37
     }
38 38
     
39 39
     /**
40
-    * @return \Illuminate\Support\Collection
41
-    */
40
+     * @return \Illuminate\Support\Collection
41
+     */
42 42
     public function query()
43 43
     {
44 44
         return Examination_student::query()->whereNotNull('nsid')
Please login to merge, or discard this patch.
app/Http/Controllers/ExaminationStudentsController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
308 308
         // if the same gender same DOE has more than one 
309 309
         if($doe_students > 1){
310 310
             $studentData = $this->searchSimilarName($student, $sis_users,false);
311
-        }else{
311
+        } else{
312 312
             $studentData = $this->searchSimilarName($student, $sis_users);
313 313
         }   
314 314
         return $studentData;
Please login to merge, or discard this patch.