Open
Description
By default, parameters in PHP storm are created like:
/** @var Warehouse */
private $warehouse;
/** @var PredictedStock */
private $predictedStock;
Although it is not really nice to read, testing-suite is ok with this
We want to enforce an empty line between parameters, like
/** @var Warehouse */
private $warehouse;
/** @var PredictedStock */
private $predictedStock;
Requirements
- Empty line is enforced
Nice to have
- Emty line is added while creating
- PHPcs fixer(?) can automatically fix this
Metadata
Assignees
Labels
No labels