update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
5
vendor/psy/psysh/src/Command/YoloCommand.php
vendored
5
vendor/psy/psysh/src/Command/YoloCommand.php
vendored
@@ -3,7 +3,7 @@
|
||||
/*
|
||||
* This file is part of Psy Shell.
|
||||
*
|
||||
* (c) 2012-2025 Justin Hileman
|
||||
* (c) 2012-2026 Justin Hileman
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
@@ -13,13 +13,14 @@
|
||||
|
||||
use Psy\Input\CodeArgument;
|
||||
use Psy\Readline\Readline;
|
||||
use Psy\Readline\ReadlineAware;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
/**
|
||||
* Execute code while bypassing reloader safety checks.
|
||||
*/
|
||||
class YoloCommand extends Command
|
||||
class YoloCommand extends Command implements ReadlineAware
|
||||
{
|
||||
private Readline $readline;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user