mirror of
https://github.com/friendica/friendica
synced 2024-12-23 00:00:21 +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;
|
namespace Friendica\Test\Util;
|
||||||
|
|
||||||
class SerializableObjectDouble implements \Serializable#
|
class SerializableObjectDouble implements \Serializable
|
||||||
{
|
{
|
||||||
public function serialize()
|
public function serialize()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue