mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14168] Fix docblock in manager
PHPBB3-14168
This commit is contained in:
parent
52dccd3dba
commit
a0167ad410
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ class manager
|
||||||
* @return int|bool Number of deleted attachments or false if something
|
* @return int|bool Number of deleted attachments or false if something
|
||||||
* went wrong during attachment deletion
|
* went wrong during attachment deletion
|
||||||
*/
|
*/
|
||||||
public function delete($mode, $id, $resync = true)
|
public function delete($mode, $ids, $resync = true)
|
||||||
{
|
{
|
||||||
return $this->delete->delete($mode, $id, $resync);
|
return $this->delete->delete($mode, $ids, $resync);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue