Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6545 - fixed docblock type-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 1, 2015
1 parent e253a03 commit 3a51ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpperCaseWords.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UpperCaseWords extends AbstractUnicode
/**
* Constructor
*
* @param string|array|Traversable $encodingOrOptions OPTIONAL
* @param string|array|\Traversable $encodingOrOptions OPTIONAL
*/
public function __construct($encodingOrOptions = null)
{
Expand Down

0 comments on commit 3a51ee9

Please sign in to comment.