mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
fix(TaskProcessing): Add since doc for new EShapeType method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
0d07ad98b0
commit
6ff4524919
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue