chore: style changes

This commit is contained in:
Nuno Maduro
2023-08-17 11:18:59 +01:00
parent 72100075d2
commit 0787b37f2c
21 changed files with 45 additions and 65 deletions

View File

@ -193,7 +193,7 @@ final class TestCaseFactory
}
PHP;
eval($classCode); // @phpstan-ignore-line
eval($classCode);
} catch (ParseError $caught) {
throw new RuntimeException(sprintf(
"Unable to create test case for test file at %s. \n %s",