mirror of
https://github.com/pestphp/pest.git
synced 2026-06-06 03:12:14 +02:00
chore: style
This commit is contained in:
@ -37,7 +37,7 @@ final class XdebugRestarter implements Restarter
|
||||
return;
|
||||
}
|
||||
|
||||
(new XdebugHandler('pest'))->check();
|
||||
new XdebugHandler('pest')->check();
|
||||
}
|
||||
|
||||
private function xdebugIsCoverageOnly(): bool
|
||||
|
||||
Reference in New Issue
Block a user