Make PHP-CS happy :-)

This commit is contained in:
Philipp Holzer 2025-01-05 22:49:56 +01:00
commit 22ce079222
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 10 additions and 9 deletions

View file

@ -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);
}