Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 66... Línea 66...
66
    }
66
    }
Línea 67... Línea 67...
67
 
67
 
68
    /**
68
    /**
69
     * @return PromiseInterface
69
     * @return PromiseInterface
70
     */
70
     */
71
    public function promise()
71
    public function promise(): PromiseInterface
72
    {
72
    {
73
        /** @var int $mup_threshold */
73
        /** @var int $mup_threshold */
74
        $mup_threshold = $this->options['mup_threshold'];
74
        $mup_threshold = $this->options['mup_threshold'];
75
        if ($this->requiresMultipart($this->body, $mup_threshold)) {
75
        if ($this->requiresMultipart($this->body, $mup_threshold)) {