@@ -247,7 +247,7 @@ |
||
| 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; |