Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #277 from localheinz/fix/g
Browse files Browse the repository at this point in the history
Fix: Damn you, TotalTerminal slowness
  • Loading branch information
GeeH committed Dec 13, 2014
2 parents a053318 + 2820028 commit df8fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ZfModule/src/ZfModule/Mapper/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function findByLike($query, $limit = null, $orderBy = null, $sort = 'ASC'

/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
g */
*/
public function findByOwner($owner, $limit = null, $orderBy = null, $sort = 'ASC')
{
$select = $this->getSelect();
Expand Down

0 comments on commit df8fe8e

Please sign in to comment.