chore: fixes tia when not running on root

This commit is contained in:
nuno maduro
2026-07-14 14:34:00 +01:00
parent 7b18287374
commit 52819501eb
9 changed files with 436 additions and 24 deletions
+2 -2
View File
@@ -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
}
/**