Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for #[Deprecated] #3731

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Add support for #[Deprecated] #3731

merged 1 commit into from
Jun 14, 2024

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Jun 14, 2024

The new attribut was added in php 8.4 and we no now read it as a normal docblock item. This way our users can use the new attribute to deprecate their methods, classes and properties and use those in the documentation as well.

To make deprecations better visual they are new having their own component which will make it possible to customize the way deprecations are shown.

@jaapio jaapio added this to the 3.6.0 milestone Jun 14, 2024
@jaapio jaapio enabled auto-merge June 14, 2024 12:58
The new attribut was added in php 8.4 and we no now read it
as a normal docblock item. This way our users can use the new
attribute to deprecate their methods, classes and properties
and use those in the documentation as well.

To make deprecations better visual they are new having their own
component which will make it possible to customize the way deprecations
are shown.
@jaapio jaapio merged commit 7048d89 into master Jun 14, 2024
49 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant