79685027

Date: 2025-06-30 15:50:25
Score: 0.5
Natty:
Report link

Switch argument -> option to enable negative values in Symfony Command.

Tested in Symfony 2.6

<?php

$this
    ->setName('example:run')
    ->addOption('example', null, InputOption::VALUE_REQUIRED, 'example');
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vivek