chore: update dependencies

This commit is contained in:
Jay Trees 2024-08-24 16:17:49 +02:00
parent 30123b24d3
commit 8142cc3977
1219 changed files with 25379 additions and 15428 deletions

View file

@ -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,