Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 31, 2021
1 parent b9564fa commit f71b9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tokenizer/Tokens.php
Expand Up @@ -404,8 +404,8 @@ public function ensureWhitespaceAtIndex($index, $indexOffset, $whitespace)
}

/**
* @param int $type type of block, one of BLOCK_TYPE_*
* @param int $searchIndex index of opening brace
* @param int $type type of block, one of BLOCK_TYPE_*
* @param int $searchIndex index of opening brace
*
* @return int index of closing brace
*/
Expand Down

0 comments on commit f71b9f8

Please sign in to comment.