Skip to content

Commit

Permalink
fix(TaskProcessing): Add since doc for new EShapeType method
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jul 17, 2024
1 parent 992d3ca commit 58ad083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/TaskProcessing/EShapeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public function validateOutputWithFileData(mixed $value): void {
* @param mixed $value
* @return void
* @throws ValidationException
* @since 30.0.0
*/
public function validateOutputWithFileIds(mixed $value): void {
$this->validateNonFileType($value);
Expand Down

0 comments on commit 58ad083

Please sign in to comment.