diff --git a/src/Support/Highlighter.php b/src/Support/Highlighter.php index aa42070..9d82449 100644 --- a/src/Support/Highlighter.php +++ b/src/Support/Highlighter.php @@ -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);