mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing comment for in TimeHelper __construct
This commit is contained in:
parent
2d6ee3cdb1
commit
8bc7bc9bb1
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.
|
||||
*
|
||||
* @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()) {
|
||||
|
|
Loading…
Reference in a new issue