Component property can be mixed value (#5355)

This commit is contained in:
Samuell 2020-11-16 08:36:55 +01:00 committed by GitHub
parent d34fb8ab51
commit 5d0988559b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ trait PropertyContainer
* Returns a defined property value or default if one is not set.
* @param string $name The property name to look for.
* @param string $default A default value to return if no name is found.
* @return string The property value or the default specified.
* @return mixed The property value or the default specified.
*/
public function property($name, $default = null)
{