Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 committed Jan 9, 2025
1 parent c5bbf79 commit cf34b5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CustomReport/Repository/CustomReportRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ public function __construct(
) {
}

public function loadForUser(User $user): array {
public function loadForUser(User $user): array
{
/** @var Dao $dao */
$dao = (new Listing())->getDao();

return $dao->loadForGivenUser(
$user
);
Expand Down

0 comments on commit cf34b5e

Please sign in to comment.