diff options
author | Bruce Wells <brucekwells@gmail.com> | 2022-03-21 19:52:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 19:52:25 +0300 |
commit | a0ff7a79af8c3bc5e9c5decee24cbefb5d80e93b (patch) | |
tree | 9432edb4d427293952ed99f48968b8ad32f6633a /.gitignore | |
parent | 6ebe4849ff7448d5903914d2f8980af5c9fd8d34 (diff) |
* Added varExists method
* getVar now respects VarNotFoundHandler setting
* Use local version of PHP-CS-Fixer
Instead of hard coded version from github actions
* Fixing actions
* Fixing actions
* Dropping testing for 7.3, as it is no longer supported
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ vendor/ composer.lock .phpunit.result.cache .vscode +.php-cs-fixer.cache + |