aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Classes/CustomFunction.php
Commit message (Collapse)AuthorAgeFilesLines
* Variable fixes (#67)V2.0.3Bruce Wells2020-06-041-2/+3
| | | | | | | | | | | * Reproduce if throws UnknownOperatorException * Fix variable detection * Adding IncorrectNumberOfFunctionParametersException * Removing tabs * Better exception message text
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-011-4/+1
| | | | | | | | | | | | * Code style fixes Up phpunit to v8 New CI * Remove travis * Fix CI badge * Added php-cs-fixer action
* Merge branch 'master' into neonxp-ngBruce Wells2020-05-201-1/+1
|\
| * WIP: New generation (#62)Alexander Kiryukhin2020-05-201-0/+63
| | | | | | | | | | | | | | * Massive refactoring More clean structure Parsing without regular expressions * Cleanup unused imports * Fix version string for Travis * 7.1 downgrade * Fix readme
* typed parameters and return typesBruce Wells2020-05-201-2/+2
|
* Massive refactoringAlexander Kiryukhin2020-05-151-0/+63
More clean structure Parsing without regular expressions