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

scan code for legacy things #602

Closed
dbu opened this issue Dec 16, 2023 · 3 comments
Closed

scan code for legacy things #602

dbu opened this issue Dec 16, 2023 · 3 comments
Milestone

Comments

@dbu
Copy link
Contributor

dbu commented Dec 16, 2023

search for

  • @deprecated

  • PHP_VERSION_ID

  • Kernel::MAJOR_VERSION

  • class_alias

  • method_exists

  • scan the documentation for deprecated / legacy / versionadded and clean up

(not necessarily one huge pull request but smaller requests to fix things one-by-one)

@dbu dbu added this to the 3.0 milestone Dec 16, 2023
@dbu
Copy link
Contributor Author

dbu commented Mar 25, 2024

part has been done in #617

@usu
Copy link
Contributor

usu commented May 1, 2024

Also search for

  • class_exists

@dbu
Copy link
Contributor Author

dbu commented May 3, 2024

fixed in #625 - the remaining class_exists are for optional dependencies.

@dbu dbu closed this as completed May 3, 2024
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

No branches or pull requests

2 participants