mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 10:00:03 +02:00
chore: fixes tia when not running on root
This commit is contained in:
@@ -122,9 +122,9 @@ final readonly class Configuration
|
||||
/**
|
||||
* Gets the evals configuration.
|
||||
*/
|
||||
public function evals(): Evals\Configuration
|
||||
public function evals(): Evals\Configuration // @phpstan-ignore-line
|
||||
{
|
||||
return new Evals\Configuration;
|
||||
return new Evals\Configuration; // @phpstan-ignore-line
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user