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
Copy file name to clipboardExpand all lines: docs/upgrade-to-v6.rst
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,36 +10,36 @@ Supported PHP Versions
10
10
Breaking Changes & Removals
11
11
---------------------------
12
12
- **Removal of `::create` static method for type-based tags**
13
-
- The `create` static method has been removed from tag classes that represent type definitions, such as `@param` and `@return` tags. Most users will not be affected, as these methods are rarely used directly. The deprecation notice for these methods was present throughout v5.
14
-
- **Migration:**
15
-
- If you are instantiating these tag objects directly, use the tag factory or the recommended construction pattern instead.
16
-
- Before:
17
-
.. code-block:: php
13
+
- The `create` static method has been removed from tag classes that represent type definitions, such as `@param` and `@return` tags. Most users will not be affected, as these methods are rarely used directly. The deprecation notice for these methods was present throughout v5.
14
+
- **Migration:**
15
+
- If you are instantiating these tag objects directly, use the tag factory or the recommended construction pattern instead.
0 commit comments