Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PhpStan support, consts visibilty and name for tokens (#89) | Javier Marín | 2021-07-14 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Variable fixes (#67)V2.0.3 | Bruce Wells | 2020-06-04 | 1 | -1/+0 |
| | | | | | | | | | | | * Reproduce if throws UnknownOperatorException * Fix variable detection * Adding IncorrectNumberOfFunctionParametersException * Removing tabs * Better exception message text | ||||
* | Code style fixes & Github Actions (#65)V2.0.2 | Alexander Kiryukhin | 2020-06-01 | 1 | -2/+1 |
| | | | | | | | | | | | | * Code style fixes Up phpunit to v8 New CI * Remove travis * Fix CI badge * Added php-cs-fixer action | ||||
* | typed parameters and return types | Bruce Wells | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Massive refactoring | Alexander Kiryukhin | 2020-05-15 | 1 | -0/+69 |
More clean structure Parsing without regular expressions |