| 1 | <?php |
||
| 19 | class BuilderFactory |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param YamlConfig $config |
||
| 23 | * @param IOInterface $io |
||
| 24 | * @param EventDispatcherInterface $dispatcher |
||
| 25 | * @param TaskFactory $taskFactory |
||
| 26 | * @return Builder |
||
| 27 | */ |
||
| 28 | public static function get(YamlConfig $config, IOInterface $io, EventDispatcherInterface $dispatcher, TaskFactory $taskFactory) |
||
| 47 | } |
||
| 48 |
Short variable names may make your code harder to understand. Variable names should be self-descriptive. This check looks for variable names who are shorter than a configured minimum.