-
_Copied from the GoogleCode issues._
- [x] New token: `T_FINALLY`
- [ ] Traits: http://www.php.net/manual/en/language.oop5.traits.php
-
Tests should be carried out by PHPUnit. This would allow us to then carry out the tests on [TravisCI](http://travis-ci.com) and ensure that any pull requests are working, before we merge them in, etc.…
-
See : https://code.google.com/p/phpcheckstyle/issues/detail?id=89
We have added the `vendor` directory in `.gitignore`. We need to find a way to be compatible for people who use the project directly …
-
I would like to make sure that single quotes are preferred but allow the use of double quotes for encapsed variables. Is there a way to allow such a configuration?
-
```
PHP Warning: require_once(vendor/autoload.php): failed to open stream: No such file or directory in /tmp/phpcheckstyle/run.php on line 127
PHP Stack trace:
PHP 1. {main}() /tmp/phpcheckstyle/r…
-
```
Add phpcheckstyle to the srTestPlugin and create a task to launch it.
```
Original issue reported on code.google.com by `adrienga...@gmail.com` on 30 Nov 2009 at 8:58
-
Everytime I run a code check I am getting this:
![errors](https://cloud.githubusercontent.com/assets/17088079/14001964/ce81a598-f116-11e5-867a-1dd0687b9b46.png)
The yellow represents rollbar which if…
ghost updated
8 years ago
-
-
Hi!
Your project is similar to our - check code style.
We, on the other hand, also fix it in place!
What about joining forces and work together on https://github.com/FriendsOfPHP/PHP-CS-Fixer ?
-
Would it be a good idea to move away from trying to support all of the different framework standards and make PHPCheckstyle a framework to extend from?
By this I mean that PHPCheckstyle should by def…