required after optional
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
1a1ea4e3ea
commit
a780203600
|
@ -31,7 +31,7 @@ class CachedMountFileInfo extends CachedMountInfo implements ICachedMountFileInf
|
||||||
/** @var string */
|
/** @var string */
|
||||||
private $internalPath;
|
private $internalPath;
|
||||||
|
|
||||||
public function __construct(IUser $user, $storageId, $rootId, $mountPoint, $mountId = null, $rootInternalPath = '', $internalPath) {
|
public function __construct(IUser $user, $storageId, $rootId, $mountPoint, $mountId = null, $rootInternalPath = '', $internalPath = '') {
|
||||||
parent::__construct($user, $storageId, $rootId, $mountPoint, $mountId, $rootInternalPath);
|
parent::__construct($user, $storageId, $rootId, $mountPoint, $mountId, $rootInternalPath);
|
||||||
$this->internalPath = $internalPath;
|
$this->internalPath = $internalPath;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue