Merge remote-tracking branch 'origin/1.6' into 1.6

This commit is contained in:
Matias Griese
2019-01-25 10:40:36 +02:00

View File

@@ -99,7 +99,7 @@ trait FormTrait
*/
public function getFiles(): array
{
return $this->files;
return (array) $this->files;
}
public function getValue(string $name)