else if
According to PSR-12, the keyword elseif SHOULD be used instead of else if so that all control keywords look like single words.
elseif
See PSR-12: Extended Coding Style (php-fig.org) for details.