According to PSR-12, the correct order is as follows:
abstract and final declarations MUST precede the visibility declaration.static declaration MUST come after the visibility declaration.See PSR-12: Extended Coding Style (php-fig.org) for details.