Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Corepex authored and github-actions[bot] committed Jan 16, 2023
1 parent 07b6146 commit 1cba8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/DataObject/AbstractObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public static function getById(int|string $id, array $params = []): ?static
}
} catch (Model\Exception\NotFoundException $e) {
Logger::error($e->getMessage());

return null;
}
} else {
Expand Down

0 comments on commit 1cba8d3

Please sign in to comment.