Skip to content

Commit

Permalink
Revert "Need to match type hints from Horde_Core_Tagger"
Browse files Browse the repository at this point in the history
This reverts commit 6097484.
  • Loading branch information
slusarz committed Feb 13, 2014
1 parent 6097484 commit 0ffd49b
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, array $filter = array())
public function search($tags, $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, array $filter = array())
public function search($tags, $filter = array())
{
$args = array();

Expand Down

0 comments on commit 0ffd49b

Please sign in to comment.