mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
Add space between classname(s)
This commit is contained in:
parent
328fcdc376
commit
a943ea5c34
17 changed files with 30 additions and 30 deletions
|
@ -780,7 +780,7 @@ class Helper extends Object {
|
|||
* Adds the given class to the element options
|
||||
*
|
||||
* @param array $options Array options/attributes to add a class to
|
||||
* @param string $class The classname being added.
|
||||
* @param string $class The class name being added.
|
||||
* @param string $key the key to use for class.
|
||||
* @return array Array of options with $key set.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue