#Link a repo de la clase de hoy https://github.com/rodrigore/githubapi-composer
http://www.php-fig.org/psr/psr-2/
https://github.com/squizlabs/PHP_CodeSniffer
- sublime-linter
- SublimeLinter-php y SublimeLinter-phpcs
{
"user": {
"delay": 0.5,
"linters": {
"php": {
"@disable": false,
"args": [],
"excludes": []
},
"phpcs": {
"@disable": false,
"args": [
"-n"
],
"excludes": [
"*Test.php"
],
"standard": "PSR2"
}
}
}
}