Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 73... Línea 73...
73
    }
73
    }
Línea 74... Línea 74...
74
 
74
 
75
    /**
75
    /**
76
     * @return PromiseInterface
76
     * @return PromiseInterface
77
     */
77
     */
78
    public function promise()
78
    public function promise(): PromiseInterface
79
    {
79
    {
80
        return $this->each->promise();
80
        return $this->each->promise();
Línea 81... Línea 81...
81
    }
81
    }