Skip to content

Commit

Permalink
Correctly fix docblock spacing this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusS committed Oct 28, 2021
1 parent 1b5c586 commit e8a9848
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Support/Highlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ public function __construct(TokenizerInterface $tokenizer = null)
}

/**
* @param $text
* @param $needle
* @param string $tag
* @param array $options
*
* @return string
*/
* @param $text
* @param $needle
* @param string $tag
* @param array $options
*
* @return string
*/
public function highlight($text, $needle, $tag = 'em', $options = [])
{
$this->options = array_merge($this->options, $options);
Expand Down

0 comments on commit e8a9848

Please sign in to comment.