mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 10:00:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use Pest\Console\Help;
|
||||
use Symfony\Component\Console\Output\BufferedOutput;
|
||||
|
||||
it('outputs the help information when --help is used', function () {
|
||||
it('outputs the help information when --help is used', function (): void {
|
||||
$output = new BufferedOutput;
|
||||
$plugin = new Help($output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user