-
Installed with
```
composer require phpcheckstyle/phpcheckstyle --dev
```
Installed version `V0.14.7`
Running `vendor/bin/phpcheckstyle` or `vendor/bin/phpcheckstyle -h`
Recieved: `Could…
-
First of all: big thanks for this awesome tool!
Trying it out however, I have run into a small problem with using relative paths. Running the following line:
```
php /composer/vendor/phpcheckst…
-
Currently PHPCheckstyle is only able to check the style guides against files and not a string itself.
Rather than messing with `processFiles`, I'm thinking of adding just `process` as a method itself…
-
Consider this example:
```
-
We should add support for [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/) and potentially use this as the default standards if none are supplied.
-
Some of the checks are inconsistent. A few begin with `check` and others don't. Ideally we'd make the names short but sweet. This would require a lot of changes in the config files, but it'd end with …
-
Hey there while trying to use your great script in a project I got an error while processing a page
`Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in…
-
-
Hi,
I've been successfully using phpcheckstyle. Thank you for the great work.
I noticed today the following: if you tag a local variable with a type, then the whole function reports incorrect para…
-
I am trying to integrate phpcheckstyle, sadly I could not find a way to separate two cases:
- function parameter (variable) naming
- local variable naming
We would like to use different namings f…