From 2016550a32168ee5fcf11bfdd367ce48fbcf88b1 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Thu, 29 Oct 2015 01:48:52 +0100 Subject: [ticket/14264] Don't use constants as return values This will prevent BC breaking in the future if we decide to get rid of constants. PHPBB3-14264 --- phpBB/phpbb/textreparser/plugins/user_signature.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb/textreparser/plugins/user_signature.php') diff --git a/phpBB/phpbb/textreparser/plugins/user_signature.php b/phpBB/phpbb/textreparser/plugins/user_signature.php index f657a45d38..647d3a7b14 100644 --- a/phpBB/phpbb/textreparser/plugins/user_signature.php +++ b/phpBB/phpbb/textreparser/plugins/user_signature.php @@ -54,14 +54,6 @@ class user_signature extends \phpbb\textreparser\row_based_plugin ); } - /** - * {@inheritdoc} - */ - public function get_table_name() - { - return USERS_TABLE; - } - /** * Save the keyoptions var from \phpbb\user */ -- cgit v1.2.1