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 1717use Magento \Store \Api \Data \StoreInterface ;
1818use Magento \Store \Model \Store ;
1919
20+ // phpcs:disable Magento2.Classes.AbstractApi
2021/**
2122 * Class AbstractAction
2223 *
2324 * @api
2425 *
2526 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2627 * @since 100.0.2
27- * phpcs:disable Magento2.Classes.AbstractApi
28+ * phpcs:disable Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage
2829 */
2930abstract class AbstractAction implements ResetAfterRequestInterface
3031{
Original file line number Diff line number Diff line change 4141 * @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
4242 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
4343 * @SuppressWarnings(PHPMD.TooManyFields)
44- * phpcs:disable Magento2.Annotation.ClassPropertyPHPDocFormatting
44+ * phpcs:disable Magento2.Commenting.ClassPropertyPHPDocFormatting
45+ * phpcs:disable Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage
4546 */
4647class ProductRepository implements \Magento \Catalog \Api \ProductRepositoryInterface, ResetAfterRequestInterface
4748{
Original file line number Diff line number Diff line change 2020 * @api
2121 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2222 * @since 100.0.2
23- * phpcs:disable Generic.CodeAnalysis.EmptyStatement.DetectedFunction
23+ * phpcs:disable Magento2.CodeAnalysis.EmptyBlock
24+ * phpcs:disable Magento2.Commenting.ClassPropertyPHPDocFormatting
2425 */
2526class Address extends \Magento \Framework \App \Helper \AbstractHelper implements ResetAfterRequestInterface
2627{
Original file line number Diff line number Diff line change 1111use Magento \Framework \Serialize \Serializer \Json ;
1212use Magento \Framework \Url \HostChecker ;
1313
14+ // phpcs:disable Magento2.Annotation
1415/**
1516 * URL
1617 *
6465 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
6566 * @SuppressWarnings(PHPMD.TooManyFields)
6667 * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
67- * phpcs:disable Magento2.Annotation.MethodAnnotationStructure
6868 */
6969class Url extends \Magento \Framework \DataObject implements \Magento \Framework \UrlInterface, ResetAfterRequestInterface
7070{
@@ -1010,6 +1010,7 @@ public function getRebuiltUrl($url)
10101010 * @param string $value
10111011 * @return string
10121012 * @deprecated 101.0.0
1013+ * @see \Magento\Framework\Escaper::escapeUrl
10131014 */
10141015 public function escape ($ value )
10151016 {
@@ -1161,6 +1162,7 @@ protected function getRouteParamsResolver()
11611162 *
11621163 * @return \Magento\Framework\Url\ModifierInterface
11631164 * @deprecated 101.0.0
1165+ * @see \Magento\Framework\Url\ModifierInterface
11641166 */
11651167 private function getUrlModifier ()
11661168 {
@@ -1178,6 +1180,7 @@ private function getUrlModifier()
11781180 *
11791181 * @return Escaper
11801182 * @deprecated 101.0.0
1183+ * @see \Magento\Framework\Escaper
11811184 */
11821185 private function getEscaper ()
11831186 {
Original file line number Diff line number Diff line change 1919 *
2020 * @api
2121 * @since 100.0.2
22- * phpcs:disable Magento2.Annotation.MethodAnnotationStructure
22+ * phpcs:disable Magento2.Commenting.ClassPropertyPHPDocFormatting
2323 */
2424class Repository implements ResetAfterRequestInterface
2525{
You can’t perform that action at this time.
0 commit comments