Skip to content

Commit 91a5972

Browse files
committed
ENGCOM-6317: Bump coding standard version
1 parent 2c20f71 commit 91a5972

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/code/Magento/BundleGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ enum ShipBundleItemsEnum @doc(description: "This enumeration defines whether bun
8787
SEPARATELY
8888
}
8989

90-
type invalidCamelCaseType {}
90+
type invalidCamelCaseType {} #test static check

dev/tests/static/testsuite/Magento/Test/GraphQl/LiveCodeTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public static function setUpBeforeClass(): void
3939
public function testCodeStyle(): void
4040
{
4141
$reportFile = self::$reportDir . '/graphql_phpcs_report.txt';
42-
$codeSniffer = new CodeSniffer('Magento',
43-
$reportFile, new Wrapper());
42+
$codeSniffer = new CodeSniffer('Magento', $reportFile, new Wrapper());
4443
$codeSniffer->setExtensions([CodeSniffer\GraphQlWrapper::FILE_EXTENSION]);
4544
$result = $codeSniffer->run(PHPCodeTest::getWhitelist([CodeSniffer\GraphQlWrapper::FILE_EXTENSION]));
4645
$report = file_exists($reportFile) ? file_get_contents($reportFile) : '';

0 commit comments

Comments
 (0)