YAMF does not currently comply with all of PSR-2's requirements. Notably, { for classes and functions must be on the next line, not on the same line. There's an instance or two of if/elseif not being on the same line as the previous if's }, too. (See yamf/router.php.)
Bug Solution
Go through the PSR-2 spec and make sure we comply with all of its requirements.
Bug Description
YAMF does not currently comply with all of PSR-2's requirements. Notably,
{
for classes and functions must be on the next line, not on the same line. There's an instance or two ofif/elseif
not being on the same line as the previousif
's}
, too. (Seeyamf/router.php
.)Bug Solution
Go through the PSR-2 spec and make sure we comply with all of its requirements.