Skip to content

Commit

Permalink
MC-19366: Fixes invalid tag in PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-bernard-valentaten committed Sep 19, 2019
1 parent 4d99ee4 commit e252b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Magento2/Sniffs/GraphQL/ValidArgumentNameSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ public function process(File $phpcsFile, $stackPtr)
* Seeks the last token of an argument definition and returns its pointer.
*
* Arguments are defined as follows:
* <noformat>
* <pre>
* {ArgumentName}: {ArgumentType}[ = {DefaultValue}][{Directive}]*
* </noformat>
* </pre>
*
* @param int $argumentDefinitionStartPointer
* @param array $tokens
Expand Down

0 comments on commit e252b19

Please sign in to comment.