mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
fix PHP-CS
This commit is contained in:
parent
ac0e2aa901
commit
eefd0b1143
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace Friendica\Test\Util;
|
||||
|
||||
class SerializableObjectDouble implements \Serializable#
|
||||
class SerializableObjectDouble implements \Serializable
|
||||
{
|
||||
public function serialize()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue