From 2ac842538d10ead31e1515b871f7bee34eb5e6cb Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 17 Dec 2008 05:51:29 +0000 Subject: [PATCH] MINOR Added phpDoc to Text->ContextSummary() $string argument git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69368 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/fieldtypes/Text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/fieldtypes/Text.php b/core/model/fieldtypes/Text.php index f0ccd6c16..6750325b3 100644 --- a/core/model/fieldtypes/Text.php +++ b/core/model/fieldtypes/Text.php @@ -257,7 +257,7 @@ class Text extends DBField { * hardcoding $_REQUEST['Search'] * * @param int $characters Number of characters in the summary - * @param boolean $string + * @param boolean $string Supplied string ("keywords") * @param boolean $striphtml Strip HTML? * @param boolean $highlight Add a highlight element around search query? * @return string