From 28200289c45a49597f87dcc91400a62af60cd514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Sat, 13 Dec 2014 16:11:01 +0100 Subject: [PATCH] Fix: Damn you, TotalTerminal slowness --- module/ZfModule/src/ZfModule/Mapper/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ZfModule/src/ZfModule/Mapper/Module.php b/module/ZfModule/src/ZfModule/Mapper/Module.php index 0868bc2f..26b865e7 100644 --- a/module/ZfModule/src/ZfModule/Mapper/Module.php +++ b/module/ZfModule/src/ZfModule/Mapper/Module.php @@ -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();