schema + cs fix
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Failing after 4m10s
CI / testsuite (mysql, 8.4, ) (push) Failing after 6m50s
CI / testsuite (pgsql, 8.2, ) (push) Failing after 3m38s
CI / testsuite (sqlite, 8.2, ) (push) Failing after 3m44s
CI / testsuite (pgsql, 8.4, ) (push) Failing after 6m14s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 3m56s
CI / testsuite (sqlite, 8.4, ) (push) Failing after 5m17s
CI / Coding Standard & Static Analysis (push) Successful in 3m6s

This commit is contained in:
2026-03-20 21:54:16 -07:00
2 changed files with 46 additions and 3 deletions

View File

@@ -5,15 +5,14 @@ namespace CheeseCake\View\Helper;
use Cake\Routing\Router;
use Cake\View\Helper;
use Cake\View\Helper\HtmlHelper;
/**
* ActiveLink helper
*
* @property HtmlHelper $Html
* @property \Cake\View\Helper\HtmlHelper $Html
*/
class ActiveLinkHelper extends Helper {
/**
* Default configuration.
*