Skip to content

Commit

Permalink
Empty/null array fixes (#47)
Browse files Browse the repository at this point in the history
* test: isolate bug #45

* fix: perform empty check on value
closes #45

* tweak: phpdoc updates
  • Loading branch information
g105b authored Jul 13, 2023
1 parent 0227769 commit 2ff31b7
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 105 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"phpgt/typesafegetter": "^1.0"
"phpgt/typesafegetter": "^1.3"
},

"require-dev": {
Expand Down
Loading

0 comments on commit 2ff31b7

Please sign in to comment.