Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit f860695

Browse files
authored
Added code tics
1 parent 3cbf297 commit f860695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/upgrade/uct-error-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
174174
| 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). |
175175
| 5088 | Optional parameters found after required ones | Move required parameters after optional ones. |
176176
| 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`. |
178178
| 5091 | Class with `__toString()` method not inheriting from `Stringable` interface | Add `Stringable` interface to class with `__toString()` method. |
179179
| 5092 | `is_resource()` method used for functions that now return Object | Change `is_resource()` to `instanceof` Object. |
180180
| 6001 | `jQuery.andSelf()` removed | Use `jQuery.addBack()`. |

0 commit comments

Comments
 (0)