mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Style
This commit is contained in:
@ -65,7 +65,7 @@ final class Configuration
|
||||
*/
|
||||
public function theme(): Configuration\Theme
|
||||
{
|
||||
return new Configuration\Theme();
|
||||
return new Configuration\Theme;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -73,6 +73,6 @@ final class Configuration
|
||||
*/
|
||||
public function context(): Configuration\Context
|
||||
{
|
||||
return new Configuration\Context();
|
||||
return new Configuration\Context;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user