From efbc1cdfe1aef51009b201736ab817e18aa111f7 Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Fri, 5 Jul 2024 09:35:49 -0400 Subject: [PATCH] php-cs-fixer --- module/GeebyDeeby/src/GeebyDeeby/Db/Table/Person.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/GeebyDeeby/src/GeebyDeeby/Db/Table/Person.php b/module/GeebyDeeby/src/GeebyDeeby/Db/Table/Person.php index accc28da..647526c0 100644 --- a/module/GeebyDeeby/src/GeebyDeeby/Db/Table/Person.php +++ b/module/GeebyDeeby/src/GeebyDeeby/Db/Table/Person.php @@ -86,7 +86,8 @@ public function getList($biosOnly = false) * * @return mixed */ - public function getListForItemIds($itemIds) { + public function getListForItemIds($itemIds) + { $callback = function ($select) use ($itemIds) { $select->quantifier('DISTINCT'); $select->join(