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 #364 from localheinz/fix/phpmd
Browse files Browse the repository at this point in the history
Fix: Remove PHPMD annotations
  • Loading branch information
Ocramius committed Feb 4, 2015
2 parents 11d2ba0 + fbd40d3 commit a189b50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions module/User/src/User/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
class Module extends AbstractModule
{
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*
* @param ModuleManager $moduleManager
* @param ApplicationInterface $app
*/
Expand Down
3 changes: 0 additions & 3 deletions module/ZfModule/src/ZfModule/Mapper/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ public function findByLike($query, $limit = null, $orderBy = null, $sort = 'ASC'
return $entity;
}

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

0 comments on commit a189b50

Please sign in to comment.