mirror of
https://github.com/friendica/friendica
synced 2025-01-10 06:04:43 +00:00
Make PHP-CS happy :-)
This commit is contained in:
parent
560bf345da
commit
22ce079222
7 changed files with 10 additions and 9 deletions
|
@ -35,7 +35,8 @@ class Container
|
||||||
*
|
*
|
||||||
* @return self
|
* @return self
|
||||||
*/
|
*/
|
||||||
public static function fromDice(Dice $container): self {
|
public static function fromDice(Dice $container): self
|
||||||
|
{
|
||||||
return new static($container);
|
return new static($container);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue