Skip to content

Sniff to check for the correct placement of @since in a docblock #2

@d4mation

Description

@d4mation

The following is invalid:

/**
 * Some docblock.
 *
 * @param   string $test
 *
 * @since   TBD
 * @return  void
 */

Instead, check for something closer to this:

/**
* Some docblock.
*
* @since   TBD
*
* @param   string $test
*
* @return  void
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions