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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_includes/upgrade/uct-error-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
174
174
| 5087 | PHP cross-version compatibility issue | Follow the suggestions from the message and check the [migration guide](https://www.php.net/manual/en/migration81.php). |
175
175
| 5088 | Optional parameters found after required ones | Move required parameters after optional ones. |
176
176
| 5089 | Method visibility `final private` found | Change method visibility from `final private` to only `private`. |
177
-
| 5090 | Magic method `__set_state` is not defined as static | Magic method `__set_state` must be defined as static. |
177
+
| 5090 | Magic method `__set_state` is not defined as `static`| Magic method `__set_state` must be defined as `static`. |
178
178
| 5091 | Class with `__toString()` method not inheriting from `Stringable` interface | Add `Stringable` interface to class with `__toString()` method. |
179
179
| 5092 |`is_resource()` method used for functions that now return Object | Change `is_resource()` to `instanceof` Object. |
180
180
| 6001 |`jQuery.andSelf()` removed | Use `jQuery.addBack()`. |
0 commit comments