[ticket/14168] Fix CS issue

PHPBB3-14168
This commit is contained in:
Marc Alexander 2015-09-23 11:37:27 +02:00
parent 98ebbbdca2
commit b7238bca0e

View file

@ -1251,7 +1251,7 @@ function update_posted_info(&$topic_ids)
*/ */
function phpbb_unlink($filename, $mode = 'file', $entry_removed = false) function phpbb_unlink($filename, $mode = 'file', $entry_removed = false)
{ {
global $phpbb_container;; global $phpbb_container;
/** @var \phpbb\attachment\delete $attachment_delete */ /** @var \phpbb\attachment\delete $attachment_delete */
$attachment_delete = $phpbb_container->get('attachment.delete'); $attachment_delete = $phpbb_container->get('attachment.delete');