Skip to content

Simplify DocBlocks in test suite #33

Open
@aik099

Description

@aik099

Coding standard allows to skip DocBlocks completely in test suite and that's why we can:

  1. remove
/**
 * Test description.
 *
 * @return void
 */
  1. remove any not-needed parts of DocBlocks (e.g. keep only @expects... tags)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions