Skip to content

Commit 6ea7c8a

Browse files
nidenCopilot
andauthored
Update src/Domain/Services/User/UserPostService.php
Co-authored-by: Copilot <[email protected]>
1 parent f3d2b98 commit 6ea7c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Services/User/UserPostService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __invoke(array $input): Payload
4040
/**
4141
* Errors exist - return early
4242
*/
43-
if (true !== empty($errors)) {
43+
if (!empty($errors)) {
4444
return new Payload(
4545
DomainStatus::INVALID,
4646
[

0 commit comments

Comments
 (0)