Merge pull request #1215 from andreaskri/timelinehelper_comment_fix

Fixing comment for  in TimeHelper __construct
This commit is contained in:
José Lorenzo Rodríguez 2013-04-03 03:59:28 -07:00
commit 1fa7d90018

View file

@ -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()) {