bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

Improve PSR-2 compatibility about static keyword. #43

Closed hkdobrev closed 10 years ago

hkdobrev commented 10 years ago

From 4.5 of the PSR-2 specification: http://www.php-fig.org/psr/psr-2/

When present, the static declaration MUST come after the visibility declaration.

bshaffer commented 10 years ago

Good catch, thank you!