From 8bc7bc9bb12cce8c6bccc258eec93e207bbfe584 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen Date: Wed, 3 Apr 2013 12:54:42 +0200 Subject: [PATCH] Fixing comment for in TimeHelper __construct --- lib/Cake/View/Helper/TimeHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/Helper/TimeHelper.php b/lib/Cake/View/Helper/TimeHelper.php index 3683b8e75..0707decf6 100644 --- a/lib/Cake/View/Helper/TimeHelper.php +++ b/lib/Cake/View/Helper/TimeHelper.php @@ -49,7 +49,7 @@ class TimeHelper extends AppHelper { * The class needs to be placed in the `Utility` directory. * * @param View $View the view object the helper is attached to. - * @param array $settings Settings array Settings array + * @param array $settings Settings array * @throws CakeException When the engine class could not be found. */ public function __construct(View $View, $settings = array()) {