1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11768] Renamed interfaces

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-06 10:21:15 +01:00
parent ec77ff7838
commit 8411db6257
8 changed files with 129 additions and 137 deletions

View File

@@ -19,7 +19,7 @@ use s9e\TextFormatter\Parser\Logger;
/**
* s9e\TextFormatter\Parser adapter
*/
class parser implements \phpbb\textformatter\parser
class parser implements \phpbb\textformatter\parser_interface
{
/**
* @var \s9e\TextFormatter\Parser