Docblock fix

This commit is contained in:
Matias Griese
2022-02-02 18:29:13 +02:00
parent 3b1ed4514e
commit ba698e9fa9

View File

@@ -24,7 +24,7 @@ class Media extends AbstractMedia
protected const VERSION = parent::VERSION . '.1';
/**
* @param string $path
* @param string|null $path
* @param array|null $media_order
* @param bool $load
*/