Skip to content

Change the way @since work #128

Description

@KittyGiraudel

Currently @since is basically a message annotation. You give it a message, it gets displayed. I want to change that so it has 2 parameters: a version or whatever, and optionally a message.

/**
 * @since 1.3.37
 */

Description starts at first space with an optional hyphen, as usual.

/**
 * @since 1.3.37 - now makes a good use of `inspect()`
 */

This would allow a more robust view.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions