-
I just setup Travis with Decode (based on _s) and it's entirely likely that I'm screwing it up, but my Travis builds are all erring out with:
```
ERROR: the "./codesniffer.ruleset.xml" coding standa…
-
```
israel@retina ~/_mojo/git-repos/marketplace (master) $ sudo pear install --alldeps cakephp/Cakephp_CodeSniffer-0.1.23
downloading CakePHP_CodeSniffer-0.1.23.tgz ...
Starting to download CakePHP_Co…
-
psr-4 bundle can not be registered by using package register, because composer stores paths in another file, it should be a simple fix.
-
Hey guys,
what do you think about fixing
`$foo = new Bar;`
into
`$foo = new Bar();`
?
-
I think you forget a tricky case: The `reviewers` will check the file in the current state on the fileSystem and not the file as it will be committed. It can occurred with a partial git add, but it wi…
-
There i one annoying regressing (at least for Symfony ;)) about the placement of `;`:
Before (perfectly valid):
``` php
$service
->expects($this->once())
->method(…
-
Hi! Firstly, we very appreciate the work you do! PHPCS is a very helpful tool!
We use PHPCS + WordPress coding standard in our project.
We want to use new --report=diff param ( this param should be a…
-
Hi
I have the folllowing phpci.yml
```
test:
codeception:
config: "codeception.yml"
args: -vvv
php_mess_detector:
allowed_warnings: 0
php_code_sniffer:
standard: "PSR1,PSR2"
…
-
While using the following or a combination of the following:
```
php-cs-fixer -v fix --fixers "indentation,linefeed,trailing_spaces,eof_ending,extra_empty_lines,controls_spaces,unused_use,phpdoc_par…
nbari updated
10 years ago
-
Надо что-то решать с форматированием кода. Когда-то эта тема проскакивала в разных тикетах, но дальше разговоров это не зашло. Предлагаю исправить всё это до 0.8. А в идеале сразу же после выпуска 0.7…