phpmyadmin/phpstan.neon
William Desportes 7b13da98cd
Added phpstan
- Added phpstan/phpstan
- Added bootstrap file
- Added phpstan config
- Added ci file
- Added to CI matrix

Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-06-15 23:18:01 +02:00

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/*