Closed jrfnl closed 8 years ago
@pablo-pacheco Could you please turn on the travis check for this repository ?
OK
2016-05-03 11:11 GMT-03:00 Juliette notifications@github.com:
@pablo-pacheco https://github.com/pablo-pacheco Could you please turn on the travis check for this repository ?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/origgami/CMB2-grid/pull/16#issuecomment-216540843
Thanks! You can see the effect in the two new PRs which I just opened ;-)
Added travis & WPCS config files.
Applied minor code adjustments to comply to the standards & some best practices. This comprises mostly of adjustments in the spacing of the code.
Also:
Singleton
class an abstract. as that's how it appears to be used.__DIR__
in the bootstrap file withdirname( __FILE__ )
to make it fully PHP 5.2 compliant ( the__DIR__
constant was introduced in PHP 5.3).Fixes #15