mirror of
https://github.com/pestphp/pest.git
synced 2026-06-07 03:42:14 +02:00
style: apply fixes from PHPStan
This commit is contained in:
@ -35,7 +35,8 @@ final class PestInstallCommand extends Command
|
||||
*/
|
||||
public function handle(): void
|
||||
{
|
||||
TestSuite::getInstance(base_path(), $this->option('test-directory', 'tests'));
|
||||
/* @phpstan-ignore-next-line */
|
||||
TestSuite::getInstance(base_path(), $this->option('test-directory'));
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
$pest = base_path(testDirectory('Pest.php'));
|
||||
|
||||
Reference in New Issue
Block a user