This commit is contained in:
luke
2021-06-18 22:03:51 +01:00
parent 99bcf98617
commit 3a20696da4
4 changed files with 3 additions and 5 deletions

View File

@ -15,7 +15,7 @@ trait RetrievesValues
* Safely retrieve the value at the given key from an object or array.
*
* @param array<string, TRetrievableValue>|object $value
* @param TRetrievableValue|null $default
* @param TRetrievableValue|null $default
*
* @return TRetrievableValue|null
*/