mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
[feature/avatars] Remove unnecessary "implements" from foobar avatar
PHPBB3-10018
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class phpbb_avatar_driver_foobar extends phpbb_avatar_driver implements phpbb_avatar_driver_interface
|
class phpbb_avatar_driver_foobar extends phpbb_avatar_driver
|
||||||
{
|
{
|
||||||
public function get_data($row)
|
public function get_data($row)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user