Skip to content

Commit

Permalink
cs-fix #3445
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeneuvrier committed Jan 8, 2025
1 parent c0d5428 commit 88cd00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/Api/SignalementResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private function stringToBool(?string $value): ?bool

private function stringToInt(?string $value): ?int
{
if (!empty($value) ) {
if (!empty($value)) {
return (int) $value;
}

Expand Down

0 comments on commit 88cd00f

Please sign in to comment.