We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Coding standard allows to skip DocBlocks completely in test suite and that's why we can:
/** * Test description. * * @return void */
@expects...