Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
noxoua authored and github-actions[bot] committed Feb 20, 2024
1 parent dac3a90 commit 0840faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function resolveEnum(string $enum, ?string $name): ?UnitEnum
*/
public static function resolveLogger(null | string | Model $record, bool $force = false): ?string
{
if (!$record) {
if (! $record) {
return null;
}

Expand Down

0 comments on commit 0840faf

Please sign in to comment.