Skip to content

Commit 498fb19

Browse files
Additional changes to both the built-in UCT and UCT Run Configuration
1 parent 4a8b93f commit 498fb19

15 files changed

+4
-19
lines changed

resources/inspectionDescriptions/CallingDeprecatedMethod.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/ExtendingDeprecatedClass.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/ImplementedDeprecatedInterface.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/ImportingDeprecatedClass.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/ImportingDeprecatedInterface.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/InheritedDeprecatedInterface.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/OverridingDeprecatedConstant.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/OverridingDeprecatedProperty.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/UsingDeprecatedClass.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

resources/inspectionDescriptions/UsingDeprecatedConstant.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<body>
33
<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>
44
<!-- tooltip end -->
5-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
65
</body>
76
</html>

0 commit comments

Comments
 (0)