mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
upgrade to phpstan level 6
This commit is contained in:
@ -80,7 +80,7 @@ final class TestRepository
|
||||
}
|
||||
}
|
||||
|
||||
public function get($filename): TestCaseFactory
|
||||
public function get(string $filename): TestCaseFactory
|
||||
{
|
||||
return $this->testCases[$filename];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user