diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-08-16 17:27:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 17:27:44 +0300 |
commit | ce5001573292f864471acf006b69186e2a2ba8be (patch) | |
tree | c8ea5a493e4fb91ee01b8e4221f2782e8027a88f /.gitignore | |
parent | 36b252b7c91fada20489be9ee60f173b49b823cb (diff) |
Subtraction fix (#46)v0.8.0
* Updated unit tests
* Fixed docs
* Better unary minus support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ vendor/ .idea/ -composer.lock
\ No newline at end of file +composer.lock +.phpunit.result.cache |