diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-04 17:16:36 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-04 17:16:36 +0100 |
commit | dd89a369f3166ed4a3730ac8a2fb6eb5608ac284 (patch) | |
tree | a5e15e2a9597d3204e1365315bc07e5e50a8c457 /phpBB | |
parent | c0882c1d34fd6add8327c12964e02f80cd181068 (diff) | |
download | forums-dd89a369f3166ed4a3730ac8a2fb6eb5608ac284.tar forums-dd89a369f3166ed4a3730ac8a2fb6eb5608ac284.tar.gz forums-dd89a369f3166ed4a3730ac8a2fb6eb5608ac284.tar.bz2 forums-dd89a369f3166ed4a3730ac8a2fb6eb5608ac284.tar.xz forums-dd89a369f3166ed4a3730ac8a2fb6eb5608ac284.zip |
[ticket/14838] Remove obsolete overriding method
PHPBB3-14838
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/feed/attachments_base.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/feed/attachments_base.php b/phpBB/phpbb/feed/attachments_base.php index f74560c787..df8f29a626 100644 --- a/phpBB/phpbb/feed/attachments_base.php +++ b/phpBB/phpbb/feed/attachments_base.php @@ -85,14 +85,6 @@ abstract class attachments_base extends \phpbb\feed\base } /** - * {@inheritDoc} - */ - public function open() - { - parent::open(); - } - - /** * Get attachments related to a given post * * @param $post_id int Post id |