Skip to content

Change the way @since work #128

@KittyGiraudel

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions