Skip to content

Commit

Permalink
correct doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 9, 2014
1 parent 879d0d4 commit c321ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Utility/String.php
Expand Up @@ -405,8 +405,8 @@ public static function wordWrap($text, $width = 72, $break = "\n", $cut = false)
* - `html` If true, will ignore any HTML tags, ensuring that only the correct text is highlighted
* - `regex` a custom regex rule that is used to match words, default is '|$tag|iu'
*
* @param string $text Text to search the phrase in
* @param string $phrase The phrase that will be searched
* @param string $text Text to search the phrase in.
* @param string|array $phrase The phrase or phrases that will be searched.
* @param array $options An array of html attributes and options.
* @return string The highlighted text
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/text.html#TextHelper::highlight
Expand Down Expand Up @@ -450,7 +450,7 @@ public static function highlight($text, $phrase, $options = array()) {
}

/**
* Strips given text of all links (<a href=....)
* Strips given text of all links (<a href=....).
*
* @param string $text Text
* @return string The text without links
Expand Down

0 comments on commit c321ee5

Please sign in to comment.