@@ -37,8 +37,8 @@ |
||
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') |
@@ -306,7 +306,7 @@ |
||
306 | 306 | // if the same gender same DOE has more than one |
307 | 307 | if(($doe_students > 1) || ($count > 1)){ |
308 | 308 | $studentData = $this->searchSimilarName($student, $sis_users,false); |
309 | - }else{ |
|
309 | + } else{ |
|
310 | 310 | $studentData = $this->searchSimilarName($student, $sis_users); |
311 | 311 | } |
312 | 312 | return $studentData; |