| 1 | <?php |
||
| 23 | final class CreateProfileCommand extends CloudCommand |
||
| 24 | { |
||
| 25 | protected static $defaultName = 'panda:profile:create'; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | */ |
||
| 30 | 5 | protected function configure() |
|
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritDoc} |
||
| 44 | */ |
||
| 45 | 3 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
| 58 | } |
||
| 59 |
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.