- Added phpstan/phpstan - Added bootstrap file - Added phpstan config - Added ci file - Added to CI matrix Signed-off-by: William Desportes <williamdes@wdes.fr>
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
parameters:
|
|
bootstrap: %rootDir%/../../../test/bootstrap-phpstan.php
|
|
ignoreErrors:
|
|
- '#Unexpected token "&", expected TOKEN_VARIABLE at offset#'
|
|
excludes_analyse:
|
|
- %rootDir%/../../../tmp/*
|
|
- %rootDir%/../../../vendor/*
|