Magento Coding Standard (PHPCS) report for sirv/magento2
========================================================
Package version: 7.3.2 | Magento: 2.4.9 | Tested: 2026-05-27
4 errors, 681 warnings in 134 files
Helper/Data.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
20:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
32:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
46:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
53:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
74:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
81:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
88:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
95:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
282:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
285:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
286:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
613:30 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
642:39 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
657:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
750:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
825:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
869:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
875:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
891:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
894:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
899:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
912:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
916:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
930:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
935:9 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
948:21 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
949:18 warning The use of function curl_errno() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
950:17 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
973:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Helper/Generator.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Helper/Data/Backend.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
42:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
106:17 warning This comment is 81% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
418:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
430:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
558:1 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
667:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
807:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
808:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
861:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
864:9 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
878:21 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
880:22 warning The use of function curl_errno() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
881:46 warning The use of function curl_error() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
884:17 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
889:25 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
919:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
966:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
971:9 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
984:21 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
985:18 warning The use of function curl_errno() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
986:17 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Helper/AssetsCache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
52:12 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
146:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
149:9 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
162:21 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
163:17 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
164:18 warning The use of function curl_errno() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
181:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Helper/Sync.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
20:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
22:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
27:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
28:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
30:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
32:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
33:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
36:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
43:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
50:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
57:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
155:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
162:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
262:26 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
273:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
382:283 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong)
516:14 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
533:37 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
538:33 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
650:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
Helper/MediaViewer.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
36:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
43:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
50:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
57:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
64:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
71:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
78:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
85:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
92:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
99:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
106:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
113:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
120:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
127:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
134:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
155:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
518:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
583:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
639:15 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
711:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
789:43 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
800:196 warning Line exceeds 120 characters; contains 196 characters (Generic.Files.LineLength.TooLong)
805:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
807:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
812:29 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
813:62 warning The use of function getimagesize() is discouraged; use getimagesizefromstring() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
831:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
852:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
862:223 warning Line exceeds 120 characters; contains 223 characters (Generic.Files.LineLength.TooLong)
865:222 warning Line exceeds 120 characters; contains 222 characters (Generic.Files.LineLength.TooLong)
872:29 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
873:62 warning The use of function getimagesize() is discouraged; use getimagesizefromstring() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
902:15 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
937:51 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
939:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
949:195 warning Line exceeds 120 characters; contains 195 characters (Generic.Files.LineLength.TooLong)
957:51 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
961:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
963:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
970:208 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
989:43 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
995:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
1005:195 warning Line exceeds 120 characters; contains 195 characters (Generic.Files.LineLength.TooLong)
1008:17 warning There must be a comment when fall-through is intentional in a non-empty case body (PSR2.ControlStructures.SwitchDeclaration.TerminatingComment)
1010:17 warning There must be a comment when fall-through is intentional in a non-empty case body (PSR2.ControlStructures.SwitchDeclaration.TerminatingComment)
1018:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
1020:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
1027:217 warning Line exceeds 120 characters; contains 217 characters (Generic.Files.LineLength.TooLong)
1040:13 warning Expected "foreach (...) {\n"; found "foreach(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
1040:13 warning Expected 1 space after FOREACH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
1046:34 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1067:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
1077:199 warning Line exceeds 120 characters; contains 199 characters (Generic.Files.LineLength.TooLong)
1086:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
1088:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
1095:208 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
1115:30 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Helper/Sync/Backend.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
169:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
239:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
298:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
358:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
378:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
434:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
470:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
489:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
547:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
568:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
625:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
725:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
746:1 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
850:17 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
890:37 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
924:15 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
940:21 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
1013:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
1020:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
1022:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
1048:41 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1101:274 warning Line exceeds 120 characters; contains 274 characters (Generic.Files.LineLength.TooLong)
Helper/Image.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/View/Asset/Image.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
79:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
93:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
107:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
128:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
202:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
209:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
213:26 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
266:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
443:28 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
470:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
554:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
555:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
Model/View/Asset/Image/Context.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Model/AltTextCache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/Config.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/Assets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/File/Uploader.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
21:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Category.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Model/Template/Filter.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
77:44 warning The use of function html_entity_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Product/Image.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Model/ResourceModel/ManuallyAddedAssets/Collection.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/AltTextCache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Config.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Assets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/AltTextCache/Collection.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Assets/Collection.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Messages.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Config/Collection.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Cache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Messages/Collection.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/Cache/Collection.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ResourceModel/ManuallyAddedAssets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/Messages.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/Logger/Handler/Info.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Model/Logger/Logger.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
19:15 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Model/Cache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/Api/S3.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
100:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
110:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
135:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
254:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
323:15 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
328:37 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
343:20 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
344:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
351:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
382:15 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
389:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
491:15 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
492:9 warning The use of function fwrite() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileWrite() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
508:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
550:9 warning The use of function curl_reset() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
552:9 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
570:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
574:19 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
576:31 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
580:31 warning The use of function curl_error() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
587:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
595:17 warning The use of function call_user_func() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
738:79 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
751:38 warning The use of function chr() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
754:51 warning The use of function chr() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
755:51 warning The use of function chr() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
770:21 warning The use of function chr() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
784:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
790:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Model/Api/Sirv.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
55:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
90:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
153:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
186:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
202:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
231:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
275:21 warning The use of function call_user_func() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
696:29 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
834:113 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
1038:9 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1053:19 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1055:31 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1060:31 warning The use of function curl_error() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1066:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
1079:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
1087:17 warning The use of function call_user_func() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
1210:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/System/Message/JavaScriptSettings.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
111:167 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong)
Model/System/Message/UnsyncedGallery.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
103:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong)
Model/Image.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/Image/Adapter/Sirv.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
65:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
132:44 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
132:73 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
331:14 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
410:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
434:9 warning Empty return statement not required here (Squiz.PHP.NonExecutableCode.ReturnNotRequired)
Model/Image/AdapterFactory.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Model/Image/Factory.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Model/ManuallyAddedAssets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
20:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
22:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Observer/ResponseProcessing.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
51:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
72:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
79:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
100:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
279:26 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
324:21 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
327:25 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
328:25 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
329:25 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
331:21 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
332:25 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
334:21 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
335:21 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
336:25 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
338:25 warning Code after the CONTINUE statement on line 323 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
385:26 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
531:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
544:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
547:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
552:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
555:28 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
563:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
700:26 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
756:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
783:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
824:17 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
825:50 warning The use of function getimagesize() is discouraged; use getimagesizefromstring() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Observer/SyncProductGallery.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
92:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
93:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
Observer/SaveGalleryObserver.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
69:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
90:21 warning This comment is 100% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
93:13 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
112:27 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
114:27 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
116:27 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
Observer/ReplaceGallery.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Setup/InstallSchema.php
1:1 error InstallSchema scripts are obsolete. Please use declarative schema approach in module's etc/db_schema.xml file (Magento2.Legacy.InstallUpgrade.ObsoleteInstallSchemaScript)
12:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Setup/UpgradeData.php
1:1 error UpgradeData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dir (Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeDataScript)
12:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
34:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Setup/InstallData.php
1:1 error InstallData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dir (Magento2.Legacy.InstallUpgrade.ObsoleteInstallDataScript)
12:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
46:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
126:21 warning This comment is 86% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
149:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
Setup/AbstractSchema.php
24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
44:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
49:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
193:13 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
193:13 warning Possible raw SQL statement "ALTER TABLE `{$tableName}` MODIFY `path` varchar(255) BINARY NOT NULL DEFAULT '' COMMENT 'Relative file path'" detected. (Magento2.SQL.RawQuery.FoundRawSql)
554:17 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
554:17 warning Possible raw SQL statement "ALTER TABLE `{$tableName}` MODIFY `path` varchar(255) BINARY NOT NULL DEFAULT '' COMMENT 'Relative file path'" detected. (Magento2.SQL.RawQuery.FoundRawSql)
Setup/UpgradeSchema.php
1:1 error UpgradeSchema scripts are obsolete. Please use declarative schema approach in module's etc/db_schema.xml file (Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeSchemaScript)
12:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Console/Command/CleanStaticFilesCacheCommand.php
13:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
21:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Console/Command/CleanProductImagesCacheCommand.php
13:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
21:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Console/Command/CleanJsCssFilesCacheCommand.php
13:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
21:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Ui/DataProvider/Product/Form/Modifier/SirvAssets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
26:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
33:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
92:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
93:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
95:12 warning {@inheritdoc} does not import parameter annotation (Magento2.Annotation.MethodArguments.InheritDoc)
etc/frontend/routes.xml
13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
Controller/Adminhtml/Settings/Flush.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
52:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
70:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Settings/Index.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Controller/Adminhtml/Settings/Disconnect.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Controller/Adminhtml/Settings/Edit.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
117:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong)
127:9 warning This comment is 86% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
Controller/Adminhtml/Settings/Save.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
119:21 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
127:21 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
136:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
244:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Settings/FlushMagentoImagesCache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Controller/Adminhtml/Documentation/Index.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Controller/Adminhtml/Assets/Upload.php
13:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
47:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
109:17 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
109:38 warning The use of function unlink() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
147:14 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
151:13 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Controller/Adminhtml/Ajax/MediaStorageInfo.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
36:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
104:25 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
111:25 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
113:19 warning Exceptions must not be handled in the same function where they are thrown. (Magento2.Exceptions.ThrowCatch.ThrowCatch)
Controller/Adminhtml/Ajax/AssetsGallery.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
137:23 warning Empty ELSEIF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedElseif)
Controller/Adminhtml/Ajax/Assets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
112:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Ajax/AssetsFolderContents.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Adminhtml/Ajax/Usage.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Controller/Adminhtml/Ajax/Products.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
111:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
194:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
242:25 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
243:49 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
244:58 warning The use of function getimagesize() is discouraged; use getimagesizefromstring() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
245:37 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
260:35 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Controller/Adminhtml/Ajax/Synchronize.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
113:35 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
114:47 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
137:35 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
138:47 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
146:192 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Ajax/CopyAltText.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
73:12 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
322:35 warning Empty ELSE statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedElse)
Controller/Adminhtml/Ajax/AssetsCache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Adminhtml/Ajax/CopyPrimaryImages.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
117:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
176:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
321:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
356:39 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge)
377:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
393:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
492:33 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
496:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
505:41 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
506:34 warning The use of function file_put_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
593:29 warning The use of function unlink() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
631:21 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
682:21 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
684:16 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Controller/Adminhtml/Ajax/DismissReview.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Controller/Adminhtml/Ajax/Customsync.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Adminhtml/Ajax/Cache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
176:21 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
177:45 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
178:54 warning The use of function getimagesize() is discouraged; use getimagesizefromstring() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
179:33 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
197:31 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
253:27 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
254:39 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
277:27 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
278:39 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
286:184 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Ajax/CatalogImagesCacheInfo.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
36:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
101:25 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
103:19 warning Exceptions must not be handled in the same function where they are thrown. (Magento2.Exceptions.ThrowCatch.ThrowCatch)
Controller/Adminhtml/Ajax/Changelog.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
88:27 warning The use of function fsockopen() is discouraged; use Magento\Framework\Filesystem\Driver\Http::open() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
100:21 warning The use of function fwrite() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileWrite() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
101:29 warning The use of function feof() is discouraged; use Magento\Framework\Filesystem\DriverInterface::endOfFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
102:38 warning The use of function fgets() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
104:21 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Controller/Adminhtml/Ajax/Validate.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
51:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
58:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
183:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
192:36 warning Possible raw SQL statement "CREATE TABLE {$table}_temp LIKE {$table}" detected. (Magento2.SQL.RawQuery.FoundRawSql)
193:36 warning Possible raw SQL statement "INSERT {$table}_temp (`url`, `modification_time`) SELECT `ct`.`url`, `ct`.`modification_time` FROM {$table} AS ct" detected. (Magento2.SQL.RawQuery.FoundRawSql)
193:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
195:36 warning Possible raw SQL statement "INSERT {$table} (`url`, `modification_time`) SELECT `ct`.`url`, `ct`.`modification_time` FROM {$table}_temp AS ct" detected. (Magento2.SQL.RawQuery.FoundRawSql)
195:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
196:36 warning Possible raw SQL statement "DROP TABLE {$table}_temp" detected. (Magento2.SQL.RawQuery.FoundRawSql)
278:21 warning This comment is 84% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
294:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
342:33 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
345:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
346:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
347:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
348:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
350:19 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
352:34 warning The use of function curl_errno() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
353:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
357:17 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Controller/Adminhtml/Settings.php
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Ajax/AssetsCache.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
view/adminhtml/web/templates/failed.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/adminhtml/web/js/catalog-images-cache-data.js
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/adminhtml/web/js/validator.js
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/adminhtml/web/js/synchronizer.js
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
Block/Adminhtml/Upgrade.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
70:27 warning The use of function fsockopen() is discouraged; use Magento\Framework\Filesystem\Driver\Http::open() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
77:21 warning The use of function fwrite() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileWrite() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
78:29 warning The use of function feof() is discouraged; use Magento\Framework\Filesystem\DriverInterface::endOfFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
79:38 warning The use of function fgets() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
81:21 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Block/Adminhtml/Settings/Tabs.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/AltText.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/ProductGalleryView.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
22:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/NewAccount.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/OrderOfContent.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/Buttons.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/LazyLoad.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/Switcher.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
38:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Radios/AutoFetch.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
45:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
46:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
79:195 warning Line exceeds 120 characters; contains 195 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Tabs.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Adminhtml/Settings/Edit/Form/Element/CustomSync.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
49:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Button.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Select.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
20:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
111:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Checkboxes/HttpAuth.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Checkboxes/JsModules.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Adminhtml/Settings/Edit/Form/Element/Checkboxes.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
25:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Synchronizer.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Usage.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Email.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Textarea.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
27:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
33:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/FirstAndLastName.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
57:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Text.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
25:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/AdvancedButton.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Password.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/Button/MediaStorageInfo.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
24:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong)
26:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong)
58:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Button/CopyPrimaryImages.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
29:278 warning Line exceeds 120 characters; contains 278 characters (Generic.Files.LineLength.TooLong)
30:287 warning Line exceeds 120 characters; contains 287 characters (Generic.Files.LineLength.TooLong)
32:639 warning Line exceeds 120 characters; contains 639 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/SlidesOrder.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
57:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
63:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
64:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
84:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/AdvancedButton/FlushUrls.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form/Element/AdvancedButton/FlushAssets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
60:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/PinnedItems.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
83:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
115:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
119:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Radios.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
27:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/OtpCode.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
70:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Folder.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
52:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit/Form/Element/Validator.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Settings/Edit/Form.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
66:15 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
95:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
104:41 warning Line exceeds 120 characters; contains 172 characters (Generic.Files.LineLength.TooLong)
162:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
376:54 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge)
496:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
528:236 warning Line exceeds 120 characters; contains 236 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Settings/Edit.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
Block/Adminhtml/Synchronizer.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Adminhtml/Usage.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Adminhtml/Product/Edit/SirvAssets.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
50:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
Block/Adminhtml/Product/Edit/SirvAssets/ManuallyAdded/Content.php
12:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
27:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Adminhtml/Product/Edit/SirvAssets/AutomaticallyAdded/Content.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Adminhtml/Product/Edit/SirvAssets/ManuallyAdded.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
108:31 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
112:15 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
115:15 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
118:15 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
Block/Adminhtml/Product/Edit/SirvAssets/AutomaticallyAdded.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
119:15 warning Empty ELSEIF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedElseif)
Block/Adminhtml/Version.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Adminhtml/Review.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Block/Product/ImageFactory.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
146:145 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
182:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
Block/Html/Head.php
8:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
16:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)