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

[ticket/16955] Clean up request classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:52:27 +01:00
parent 5b23dcd606
commit 056f786769
6 changed files with 53 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
*
*/
class phpbb_mock_request implements \phpbb\request\request_interface
class phpbb_mock_request extends \phpbb\request\request
{
protected $data;