fix(TaskProcessing): Add since doc for new EShapeType method

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-07-13 12:35:08 +02:00
parent 0d07ad98b0
commit 6ff4524919

View file

@ -121,6 +121,7 @@ enum EShapeType: int {
* @param mixed $value
* @return void
* @throws ValidationException
* @since 30.0.0
*/
public function validateOutputWithFileIds(mixed $value): void {
$this->validateNonFileType($value);