Skip to content

Commit

Permalink
Update src/Metadata.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Bond <[email protected]>
  • Loading branch information
tacman and kbond authored Nov 14, 2024
1 parent b9661d6 commit d25606e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static function for(object|string $objectOrClassOrAlias): array
* or null if key does not exist.
*
* @param object|class-string|string $objectOrClassOrAlias
* @return string|bool|int|float|array<mixed> value
* @return scalar|array<scalar>|null
*/
public static function get(object|string $objectOrClassOrAlias, string $key): string|bool|int|float|array|null
{
Expand Down

0 comments on commit d25606e

Please sign in to comment.