Browse Source

Merge pull request #1215 from andreaskri/timelinehelper_comment_fix

Fixing comment for  in TimeHelper __construct
José Lorenzo Rodríguez 13 years ago
parent
commit
1fa7d90018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Helper/TimeHelper.php

+ 1 - 1
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()) {