| 1 | <?php namespace Magestead\Installers; |
||
| 7 | class Project |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param array $options |
||
| 11 | * @param array $config |
||
| 12 | * @param $projectPath |
||
| 13 | * @param $output |
||
| 14 | * @return Magento2Project|MagentoProject |
||
| 15 | */ |
||
| 16 | public static function create(array $options, array $config, $projectPath, $output) |
||
| 27 | } |
The break statement is not necessary if it is preceded for example by a return statement:
If you would like to keep this construct to be consistent with other case statements, you can safely mark this issue as a false-positive.