Merge branch 'master' into better-dataset-support

This commit is contained in:
luke
2021-11-27 19:55:14 +00:00
11 changed files with 219 additions and 41 deletions

View File

@ -14,6 +14,8 @@ trait RetrievesValues
*
* Safely retrieve the value at the given key from an object or array.
*
* @template TRetrievableValue
*
* @param array<string, TRetrievableValue>|object $value
* @param TRetrievableValue|null $default
*