mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
Style
This commit is contained in:
@ -29,7 +29,7 @@ final class Container
|
||||
public static function getInstance(): self
|
||||
{
|
||||
if (! self::$instance instanceof \Pest\Support\Container) {
|
||||
self::$instance = new self();
|
||||
self::$instance = new self;
|
||||
}
|
||||
|
||||
return self::$instance;
|
||||
|
||||
Reference in New Issue
Block a user