Skip to content

Commit

Permalink
Add array type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Feb 22, 2018
1 parent b08ffac commit f5c5004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/ParsedComment.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function isRelatedWith(ParsedFunction $function)
* @param array $prefixes An array of prefixes to check.
* @return bool Whether the comment matches the prefixes or not.
*/
public function checkPrefixes($prefixes)
public function checkPrefixes(array $prefixes)
{
if ('' === $this->comment) {
return false;
Expand Down

0 comments on commit f5c5004

Please sign in to comment.