Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Oct 3, 2023
1 parent acb7add commit cce65a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ class Key
/**
* Checks for the constant values for the given match and returns the match
*
* @param array<string|array<string>> $keys
* @param string $match
* @return string|null
* @param array<string|array<string>> $keys
*/
public static function oneOf(array $keys, string $match): ?string
{
Expand Down

0 comments on commit cce65a9

Please sign in to comment.