Fixing comment for in TimeHelper __construct

This commit is contained in:
Andreas Kristiansen 2013-04-03 12:54:42 +02:00
parent 2d6ee3cdb1
commit 8bc7bc9bb1

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