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: resources/inspectionDescriptions/CallingDeprecatedMethod.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1439] Call Adobe Commerce @deprecated method: The deprecated method will be removed in upcoming versions. Consider relying on methods declared in API interfaces instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/ExtendingDeprecatedClass.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1131] Extending from Adobe Commerce @deprecated class: The extended class will be removed in upcoming versions. Inheritance is not recommended way of extending Adobe Commerce functionality. Update code to use a class marked as @api.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/ImplementedDeprecatedInterface.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1338] Implemented Adobe Commerce @deprecated interface: The deprecated interface will be removed in upcoming versions. Consider removing the interface inheritance, using an interface marked as @api or an interface introduced within your implementation instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/ImportingDeprecatedClass.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1132] Importing Adobe Commerce @deprecated class: The extended class will be removed in upcoming versions. Consider using Adobe Commerce class marked as @api instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/ImportingDeprecatedInterface.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1332] Imported Adobe Commerce @deprecated interface: The deprecated interface will be removed in upcoming versions. Consider using an interface or class marked as @api instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/InheritedDeprecatedInterface.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1337] Inherited from Adobe Commerce @deprecated interface: The deprecated interface will be removed in upcoming versions. Consider removing the interface inheritance, using an interface marked as @api or an interface introduced within your implementation instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/OverridingDeprecatedConstant.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1235] Overriding Adobe Commerce @deprecated constant: The deprecated constant will be removed in upcoming versions. Consider using a constant marked as @api or a private constant within your implementation instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/OverridingDeprecatedProperty.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1535] Overriding Adobe Commerce @deprecated property: The deprecated property will be removed in upcoming versions. Consider relying on methods declared in API interfaces or using a private property within your implementation instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/UsingDeprecatedClass.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1134] Using Adobe Commerce @deprecated class: The extended class will be removed in upcoming versions. Consider using Adobe Commerce class marked as @api instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/UsingDeprecatedConstant.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1234] Using Adobe Commerce @deprecated constant: The deprecated constant will be removed in upcoming versions. Consider using a constant marked as @api or a private constant within your implementation instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/UsingDeprecatedInterface.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1334] Used Adobe Commerce @deprecated interface: The deprecated interface will be removed in upcoming versions. Consider using an interface or class marked as @api instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
Copy file name to clipboardExpand all lines: resources/inspectionDescriptions/UsingDeprecatedProperty.html
-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
<body>
3
3
<p>[1534] Using Adobe Commerce @deprecated property: The deprecated method will be removed in upcoming versions. Consider relying on methods declared in API interfaces instead.</p>
4
4
<!-- tooltip end -->
5
-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
0 commit comments