Skip to content

Commit c574003

Browse files
MC-19366: Fixes code style issue
1 parent 571b642 commit c574003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Magento2/Sniffs/GraphQL/ValidArgumentNameSniff.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public function process(File $phpcsFile, $stackPtr)
3131
{
3232
$tokens = $phpcsFile->getTokens();
3333

34-
//get the pointer to the argument list opener or bail out if none was found since then the field does not have arguments
34+
//get the pointer to the argument list opener or bail out if none was found
35+
//since then the field does not have arguments
3536
$openArgumentListPointer = $this->getArgumentListOpenPointer($stackPtr, $tokens);
3637
if ($openArgumentListPointer === false) {
3738
return;

0 commit comments

Comments
 (0)