From 61591ea4ae4bb4d534b40b4f76035f9ed4ff24d0 Mon Sep 17 00:00:00 2001 From: Antonio Ramirez Date: Fri, 27 Dec 2013 18:09:07 +0100 Subject: [PATCH] update phpDoc --- framework/yii/helpers/BaseInflector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/helpers/BaseInflector.php b/framework/yii/helpers/BaseInflector.php index 4886d22..c1c3859 100644 --- a/framework/yii/helpers/BaseInflector.php +++ b/framework/yii/helpers/BaseInflector.php @@ -444,7 +444,7 @@ class BaseInflector * [[$transliteration]] array. * @param string $string An arbitrary string to convert * @param string $replacement The replacement to use for spaces - * @param bool $lowercase + * @param bool $lowercase whether to return the string in lowercase or not. Defaults to `true`. * @return string The converted string. */ public static function slug($string, $replacement = '-', $lowercase = true)