File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Store \Api \Data \StoreInterface ;
18
18
use Magento \Store \Model \Store ;
19
19
20
+ // phpcs:disable Magento2.Classes.AbstractApi
20
21
/**
21
22
* Class AbstractAction
22
23
*
23
24
* @api
24
25
*
25
26
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
27
* @since 100.0.2
27
- * phpcs:disable Magento2.Classes.AbstractApi
28
+ * phpcs:disable Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage
28
29
*/
29
30
abstract class AbstractAction implements ResetAfterRequestInterface
30
31
{
Original file line number Diff line number Diff line change 41
41
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
42
42
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
43
43
* @SuppressWarnings(PHPMD.TooManyFields)
44
- * phpcs:disable Magento2.Annotation.ClassPropertyPHPDocFormatting
44
+ * phpcs:disable Magento2.Commenting.ClassPropertyPHPDocFormatting
45
+ * phpcs:disable Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage
45
46
*/
46
47
class ProductRepository implements \Magento \Catalog \Api \ProductRepositoryInterface, ResetAfterRequestInterface
47
48
{
Original file line number Diff line number Diff line change 20
20
* @api
21
21
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22
22
* @since 100.0.2
23
- * phpcs:disable Generic.CodeAnalysis.EmptyStatement.DetectedFunction
23
+ * phpcs:disable Magento2.CodeAnalysis.EmptyBlock
24
+ * phpcs:disable Magento2.Commenting.ClassPropertyPHPDocFormatting
24
25
*/
25
26
class Address extends \Magento \Framework \App \Helper \AbstractHelper implements ResetAfterRequestInterface
26
27
{
Original file line number Diff line number Diff line change 11
11
use Magento \Framework \Serialize \Serializer \Json ;
12
12
use Magento \Framework \Url \HostChecker ;
13
13
14
+ // phpcs:disable Magento2.Annotation
14
15
/**
15
16
* URL
16
17
*
64
65
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
65
66
* @SuppressWarnings(PHPMD.TooManyFields)
66
67
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
67
- * phpcs:disable Magento2.Annotation.MethodAnnotationStructure
68
68
*/
69
69
class Url extends \Magento \Framework \DataObject implements \Magento \Framework \UrlInterface, ResetAfterRequestInterface
70
70
{
@@ -1010,6 +1010,7 @@ public function getRebuiltUrl($url)
1010
1010
* @param string $value
1011
1011
* @return string
1012
1012
* @deprecated 101.0.0
1013
+ * @see \Magento\Framework\Escaper::escapeUrl
1013
1014
*/
1014
1015
public function escape ($ value )
1015
1016
{
@@ -1161,6 +1162,7 @@ protected function getRouteParamsResolver()
1161
1162
*
1162
1163
* @return \Magento\Framework\Url\ModifierInterface
1163
1164
* @deprecated 101.0.0
1165
+ * @see \Magento\Framework\Url\ModifierInterface
1164
1166
*/
1165
1167
private function getUrlModifier ()
1166
1168
{
@@ -1178,6 +1180,7 @@ private function getUrlModifier()
1178
1180
*
1179
1181
* @return Escaper
1180
1182
* @deprecated 101.0.0
1183
+ * @see \Magento\Framework\Escaper
1181
1184
*/
1182
1185
private function getEscaper ()
1183
1186
{
Original file line number Diff line number Diff line change 19
19
*
20
20
* @api
21
21
* @since 100.0.2
22
- * phpcs:disable Magento2.Annotation.MethodAnnotationStructure
22
+ * phpcs:disable Magento2.Commenting.ClassPropertyPHPDocFormatting
23
23
*/
24
24
class Repository implements ResetAfterRequestInterface
25
25
{
You can’t perform that action at this time.
0 commit comments