Skip to content

Enforce an empty line between parameters #16

Open
@leonhelmus

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions