-
RT
-
In trying to figure out why testing with [my custom standard is failing to complete](https://travis-ci.org/photodude/joomla-cms/builds/114939635), I ran a quick test against the Pear standard in PHPCS…
-
As mentioned earlier, the script should not update the file from which it reads its configuration on each commit.
Instead, it should handle things the same way as the Incenteev ParameterHandler: with…
-
Hello,
The PhpCsFixerHandler is not working with at least php-cs-fixser 1.10.2.
As php-cs-fixer cannot be called with `--fixers=LEVEL_NAME`. It should be replaced by `--level=LEVEL_NAME`.
But in thi…
-
Code:
``` php
-
So I updated to 2.4.0 and ran the code sniffer against the Symfony 2 coding standards.
`bin/phpcs --standard=vendor/leaphub/phpcs-symfony2-standard/leaphub/phpcs/Symfony2/ --extensions=php src/`
I …
-
Based on this http://www.reddit.com/r/PHP/comments/3905hj/hoa_has_adopted_psr1_and_psr2/, we must do something.
Thoughts @hoaproject/hoackers?
Hywan updated
9 years ago
-
Olá pessoas (e outros)!
If we don't configure a `level` option in `php_cs_fixer`, the plugin will use an unknown `--level=all` parameter, unrecognized by `php-cs-fixer` binary (v1.4.2).
`
[Invalid…
-
Hello,
`php-phpcs` using the `Drupal` coding standard provided by [Coder](https://www.drupal.org/project/coder) worked without any issue until recently (unfortunately, I don't recall the exact day it…
-
I suggest to turn off PSR0 fixer from cascading PSR group (currently using PSR2 uses PSR1 and PSR0 as well). PSR0 was deprecated and in fact when using PSR4 I must disable PSR0 fixer.
This should be …