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.
| 5032 |`loadLayout` method is deprecated | Please use `\Magento\Framework\View\Layout\Builder::build` instead. |
128
128
| 5033 |`renderLayout` method is deprecated | Please use `\Magento\Framework\Controller\ResultInterface::renderResult` instead. |
129
129
| 5034 |`_redirect` method is deprecated | Please use `\Magento\Backend\Model\View\Result\Redirect::render` instead. |
@@ -145,7 +145,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
145
145
| 5050 | The block being referenced is removed | Remove reference to block |
146
146
| 5051 |`output="toHtml"` is obsolete | Use `output="1"`|
147
147
| 5052 | The class `\Magento\Framework\View\Element\Text\ListText` is not supposed to be used in layout anymore | Remove class `\Magento\Framework\View\Element\Text\ListText` from layout |
148
-
| 5053 | Call of method `xx`via layout instruction `<action>` is not allowed | Avoid using offending method in <action> |
148
+
| 5053 | Call of method via layout instruction `<action>` is not allowed | Avoid using offending method in <action> |
| 5055 |`helper` attribute does not contain `::`| Add `::` to helper attribute |
151
151
| 5056 | Install scripts are obsolete | Please use declarative schema approach in module\'s etc/db_schema.xml file |
@@ -159,7 +159,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
159
159
| 5064 | Recurring scripts are obsolete | Please create class Recurring in module\'s Setup folder |
160
160
| 5065 | 'data' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
161
161
| 5066 | 'sql' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
162
-
| 5067 | Nodes identified by XPath `xx`are obsolete | Use suggestion from error message itself |
162
+
| 5067 | Nodes identified by XPath are obsolete | Use suggestion from error message itself |
163
163
| 5068 | Directive `{{htmlescape}}` is obsolete | Use `{{var}}` instead |
164
164
| 5069 | Directive `{{escapehtml}}` is obsolete | Use `{{var}}` instead |
165
165
| 5070 | 3rd parameter is not needed anymore for `getChildHtml()`| Remove 3rd parameter from call to `getChildHtml()`|
@@ -168,11 +168,11 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
168
168
| 5073 | Legacy table names with slash must be fixed to direct table names | Use direct table name instead |
169
169
| 5074 | Use of deprecated method `getResource()` to (save / load / delete) data detected. | Use a repository instead |
170
170
| 5075 | Application modules should not use classes from test modules | Remove usage of classes from test modules |
171
-
| 5076 | Cannot use `xx`in namespace as it is reserved since PHP 7 | Remove usage of `xx` from namespace |
172
-
| 5077 | Cannot use `xx`as class name as it is reserved since PHP 7 | Remove usage of `xx` from class name |
171
+
| 5076 | Cannot use in namespace as it is reserved since PHP 7 | Remove usage from namespace |
172
+
| 5077 | Cannot use as class name as it is reserved since PHP 7 | Remove usage from class name |
173
173
| 5078 | Class needs to be requested in constructor, otherwise compiler will not be able to find and generate these classes | Add class to constructor |
174
174
| 5079 | Use of var class variables is discouraged | Avoid using 'var' to declare class variable |
175
-
| 5080 | Possible raw SQL statement `xx`detected | Use repositories or data patches instead |
175
+
| 5080 | Possible raw SQL statement detected | Use repositories or data patches instead |
176
176
| 5081 | The use of helpers in templates is discouraged | Use ViewModel instead |
177
177
| 5082 | The use of $this in templates is deprecated | Use $block instead |
178
178
| 5083 | Constants are not allowed as the first argument of translation function | use string literal instead |
0 commit comments