chore: update dependencies
This commit is contained in:
parent
30123b24d3
commit
8142cc3977
1219 changed files with 25379 additions and 15428 deletions
|
@ -50,11 +50,9 @@ class DescriptorHelper extends Helper
|
|||
* * format: string, the output format name
|
||||
* * raw_text: boolean, sets output type as raw
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws InvalidArgumentException when the given format is not supported
|
||||
*/
|
||||
public function describe(OutputInterface $output, ?object $object, array $options = [])
|
||||
public function describe(OutputInterface $output, ?object $object, array $options = []): void
|
||||
{
|
||||
$options = array_merge([
|
||||
'raw_text' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue