MathExecutor/phpstan.neon
Javier Marín d1d27b494d
PhpStan support, consts visibilty and name for tokens (#89)
* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error

* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic

* Better support for null variables

* Better support for null variables

* Better support for null variables

* Allow null values in `setVar` method

* Support for unary positive operator

* Add PhpStan config file
Fix PhpStan warnings
Set consts visibility
Add name info to variable tokens for easier debugging

Co-authored-by: Javier Marín <contacto@ideatic.net>
2021-07-13 22:12:41 -04:00

9 lines
138 B
Text

parameters:
level: 6
paths:
- ./
excludes_analyse:
- vendor/*
- tests/*
bootstrapFiles:
- vendor/autoload.php