Code Inspection: Else if
Reports the usages of the else if
constructs specified in two words.
According to PSR-12, the keyword elseif
SHOULD be used instead of else if
so that all control keywords look like single words.
See PSR-12: Extended Coding Style (php-fig.org) for details.
Last modified: 08 December 2020