Skip to content

Commit 491b373

Browse files
committed
ENGCOM-6317: Bump coding standard version
1 parent 4f6042f commit 491b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function setUpBeforeClass(): void
3838
*/
3939
public function testCodeStyle(): void
4040
{
41-
$reportFile = self::$reportDir . '/graphql_phpcs_report.txt';
41+
$reportFile = self::$reportDir . '/graphql_phpcs_report.txt';
4242
$codeSniffer = new CodeSniffer('Magento', $reportFile, new Wrapper());
4343
$result = $codeSniffer->run(PHPCodeTest::getWhitelist(['graphqls']));
4444
$report = file_exists($reportFile) ? file_get_contents($reportFile) : '';

0 commit comments

Comments
 (0)