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
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user