Skip to content

Commit

Permalink
Improve PHPDoc type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Jan 13, 2015
1 parent 8e2e68c commit 968714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Slugify.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ public function addRuleset($name, array $rules)
/**
* Returns the rulesets.
*
* @return array<string,string>[] Rulesets
* @return array<integer,array<string,string>> Rulesets
*/
public function getRulesets()
{
Expand Down

0 comments on commit 968714e

Please sign in to comment.