Skip to content

Commit

Permalink
Need to match type hints from Horde_Core_Tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Hagenbuch committed Feb 13, 2014
1 parent c188997 commit 6097484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nag/lib/Tagger.php
Expand Up @@ -26,7 +26,7 @@ class Nag_Tagger extends Horde_Core_Tagger
*
* @return array A hash of results.
*/
public function search($tags, $filter = array())
public function search($tags, array $filter = array())
{
$args = array();

Expand Down
2 changes: 1 addition & 1 deletion trean/lib/Tagger.php
Expand Up @@ -23,7 +23,7 @@ class Trean_Tagger extends Horde_Core_Tagger
*
* @return A hash of 'bookmark' that contains an array of bookmark ids
*/
public function search($tags, $filter = array())
public function search($tags, array $filter = array())
{
$args = array();

Expand Down

0 comments on commit 6097484

Please sign in to comment.