Skip to content

Commit

Permalink
fixes parametername in docblock (webmozarts#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
zghosts authored and BackEndTea committed Oct 16, 2019
1 parent 07aaad8 commit 9e38977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ public static function keyNotExists($array, $key, $message = '')
/**
* Checks if a value is a valid array key (int or string).
*
* @param mixed $key
* @param mixed $value
* @param string $message
*
* @throws InvalidArgumentException
Expand Down

0 comments on commit 9e38977

Please sign in to comment.