clientOriginalName; } /** * {@inheritdoc} */ public function getSize(): int { return $this->size; } /** * {@inheritdoc} */ public function getRealPath(): string | false { return $this->realPath; } /** * {@inheritdoc} */ public function getFilename(): string { return $this->filename; } /** * {@inheritdoc} */ public function getPathname(): string { throw new \BadMethodCallException(__METHOD__ . ' not implemented'); } /** * {@inheritdoc} */ public function validate(ValidatorInterface $validator, array $options = []): ConstraintViolationListInterface { return new ConstraintViolationList(); } }