Skip to content

Commit

Permalink
Merge pull request #1215 from andreaskri/timelinehelper_comment_fix
Browse files Browse the repository at this point in the history
Fixing comment for  in TimeHelper __construct
  • Loading branch information
lorenzo committed Apr 3, 2013
2 parents 2d6ee3c + 8bc7bc9 commit 1fa7d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/TimeHelper.php
Expand Up @@ -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()) {
Expand Down

0 comments on commit 1fa7d90

Please sign in to comment.