mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: printer method name
This commit is contained in:
@ -79,11 +79,11 @@ final readonly class Configuration
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the theme configuration.
|
||||
* Gets the printer configuration.
|
||||
*/
|
||||
public function theme(): Configuration\Theme
|
||||
public function printer(): Configuration\Printer
|
||||
{
|
||||
return new Configuration\Theme;
|
||||
return new Configuration\Printer;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user