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.
|
||||
*
|
||||
* @param mixed $handle
|
||||
* @param string $media_preferred_out_file_basepath
|
||||
* @param string $preferred_out_file_basepath
|
||||
* @return string Path to installed file.
|
||||
* @throws MediaException On error.
|
||||
*/
|
||||
public function installMedia(
|
||||
mixed $handle,
|
||||
string $media_preferred_out_file_basepath
|
||||
string $preferred_out_file_basepath
|
||||
): string;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue