We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d2b98 commit 6ea7c8aCopy full SHA for 6ea7c8a
src/Domain/Services/User/UserPostService.php
@@ -40,7 +40,7 @@ public function __invoke(array $input): Payload
40
/**
41
* Errors exist - return early
42
*/
43
- if (true !== empty($errors)) {
+ if (!empty($errors)) {
44
return new Payload(
45
DomainStatus::INVALID,
46
[
0 commit comments