Add space between classname(s)

This commit is contained in:
Bryan Crowe 2013-10-22 22:59:50 -04:00
parent 328fcdc376
commit a943ea5c34
17 changed files with 30 additions and 30 deletions

View file

@ -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.
*/