You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Keep the existing parameters and return type for both functions and methods.
151
+
- The deprecation 'since' tag should remain as the version where the initial deprecation happened.
148
152
- Deprecated classes must be completely removed.
149
153
- The content of the PHPDoc should be removed, leaving only the `@deprecated` tag with the notice and, optionally, the replacement information. This includes all `@param`, `@return`, and other tags, as well as the description.
150
154
- External functions deprecation process is different from the standard deprecation and functions should be completely removed.
0 commit comments