mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
Style
This commit is contained in:
@ -85,7 +85,7 @@ final class GitDirtyTestCaseFilter implements TestCaseFilter
|
||||
$dirtyFiles = array_values($dirtyFiles);
|
||||
|
||||
if ($dirtyFiles === []) {
|
||||
Panic::with(new NoDirtyTestsFound());
|
||||
Panic::with(new NoDirtyTestsFound);
|
||||
}
|
||||
|
||||
$this->changedFiles = $dirtyFiles;
|
||||
|
||||
Reference in New Issue
Block a user