Skip to content

Commit

Permalink
Added missing docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Jan 17, 2025
1 parent f1ece22 commit 6036a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Validation/Components/ValidationComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function build(): void
throw new RuntimeException(AttributeObjectConstraintsRegistrant::class . ' cannot be null if using attributes');
}

/** @var AttributeObjectConstraintsRegistrant $attributeConstraintsRegistrants */
$objectConstraintsRegistrants->add($attributeConstraintsRegistrants);
}

Expand Down

0 comments on commit 6036a77

Please sign in to comment.