CS: Standardize new with braces

This commit is contained in:
Dylan K. Taylor
2022-08-15 17:16:04 +01:00
parent 8fa81242d6
commit dce8bd6d21
11 changed files with 18 additions and 14 deletions

View File

@ -48,7 +48,7 @@ final class WorldCreationOptions{
}
public static function create() : self{
return new self;
return new self();
}
/** @phpstan-return class-string<Generator> */