forked from leftypol/leftypol
MediaHandler.php: remove bad arg prefixes
This commit is contained in:
parent
db3b59e018
commit
cd3ddfa2c9
1 changed files with 2 additions and 2 deletions
|
@ -55,13 +55,13 @@ interface MediaHandler {
|
||||||
* Installs the given file.
|
* Installs the given file.
|
||||||
*
|
*
|
||||||
* @param mixed $handle
|
* @param mixed $handle
|
||||||
* @param string $media_preferred_out_file_basepath
|
* @param string $preferred_out_file_basepath
|
||||||
* @return string Path to installed file.
|
* @return string Path to installed file.
|
||||||
* @throws MediaException On error.
|
* @throws MediaException On error.
|
||||||
*/
|
*/
|
||||||
public function installMedia(
|
public function installMedia(
|
||||||
mixed $handle,
|
mixed $handle,
|
||||||
string $media_preferred_out_file_basepath
|
string $preferred_out_file_basepath
|
||||||
): string;
|
): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue