| 1 | <?php |
||
| 25 | class CreateProfileCommand extends CloudCommand |
||
| 26 | { |
||
| 27 | protected static $defaultName = 'panda:profile:create'; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritDoc} |
||
| 31 | */ |
||
| 32 | 4 | protected function configure() |
|
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritDoc} |
||
| 46 | */ |
||
| 47 | 3 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
| 60 | } |
||
| 61 |
If a method or function can return multiple different values and unless you are sure that you only can receive a single value in this context, we recommend to add an additional type check:
If this a common case that PHP Analyzer should handle natively, please let us know by opening an issue.