mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +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
|
||||
*/
|
||||
public static function fromDice(Dice $container): self {
|
||||
public static function fromDice(Dice $container): self
|
||||
{
|
||||
return new static($container);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue