mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/17525] Address the PR review comments
PHPBB-17525
This commit is contained in:
@@ -255,16 +255,6 @@ interface tools_interface
|
||||
*/
|
||||
public static function remove_prefix(string $name, string $prefix = ''): string;
|
||||
|
||||
/**
|
||||
* Tests if a string is prefixed with the prefix defined
|
||||
*
|
||||
* @param string $name String to test vs prefix
|
||||
* @param string $prefix Prefix name
|
||||
*
|
||||
* @return bool True if a string id prefixed with the prefix defined, false otherwise
|
||||
*/
|
||||
public static function is_prefixed(string $name, string $prefix): bool;
|
||||
|
||||
/**
|
||||
* Sets table prefix
|
||||
*
|
||||
|
Reference in New Issue
Block a user