Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jul 5, 2024
1 parent 9d5aa5d commit efbc1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/GeebyDeeby/src/GeebyDeeby/Db/Table/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit efbc1cd

Please sign in to comment.