mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #1215 from andreaskri/timelinehelper_comment_fix
Fixing comment for in TimeHelper __construct
This commit is contained in:
commit
1fa7d90018
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class TimeHelper extends AppHelper {
|
||||||
* The class needs to be placed in the `Utility` directory.
|
* The class needs to be placed in the `Utility` directory.
|
||||||
*
|
*
|
||||||
* @param View $View the view object the helper is attached to.
|
* @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.
|
* @throws CakeException When the engine class could not be found.
|
||||||
*/
|
*/
|
||||||
public function __construct(View $View, $settings = array()) {
|
public function __construct(View $View, $settings = array()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue