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

Fix: Remove PHPMD annotations #364

Merged
merged 1 commit into from
Feb 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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