Skip to content

Commit e252b19

Browse files
MC-19366: Fixes invalid tag in PHPDoc
1 parent 4d99ee4 commit e252b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Magento2/Sniffs/GraphQL/ValidArgumentNameSniff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ public function process(File $phpcsFile, $stackPtr)
7575
* Seeks the last token of an argument definition and returns its pointer.
7676
*
7777
* Arguments are defined as follows:
78-
* <noformat>
78+
* <pre>
7979
* {ArgumentName}: {ArgumentType}[ = {DefaultValue}][{Directive}]*
80-
* </noformat>
80+
* </pre>
8181
*
8282
* @param int $argumentDefinitionStartPointer
8383
* @param array $tokens

0 commit comments

Comments
 (0)