File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/BundleGraphQl/etc
dev/tests/static/testsuite/Magento/Test/GraphQl Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ enum ShipBundleItemsEnum @doc(description: "This enumeration defines whether bun
87
87
SEPARATELY
88
88
}
89
89
90
- type invalidCamelCaseType {}
90
+ type invalidCamelCaseType {} #test static check
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ public static function setUpBeforeClass(): void
39
39
public function testCodeStyle (): void
40
40
{
41
41
$ reportFile = self ::$ reportDir . '/graphql_phpcs_report.txt ' ;
42
- $ codeSniffer = new CodeSniffer ('Magento ' ,
43
- $ reportFile , new Wrapper ());
42
+ $ codeSniffer = new CodeSniffer ('Magento ' , $ reportFile , new Wrapper ());
44
43
$ codeSniffer ->setExtensions ([CodeSniffer \GraphQlWrapper::FILE_EXTENSION ]);
45
44
$ result = $ codeSniffer ->run (PHPCodeTest::getWhitelist ([CodeSniffer \GraphQlWrapper::FILE_EXTENSION ]));
46
45
$ report = file_exists ($ reportFile ) ? file_get_contents ($ reportFile ) : '' ;
You can’t perform that action at this time.
0 commit comments