Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jun 18, 2014
1 parent 58b131d commit a1b7a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/InstanceConfigTrait.php
Expand Up @@ -67,7 +67,7 @@ trait InstanceConfigTrait {
*
* @param string|array|null $key The key to get/set, or a complete array of configs.
* @param mixed|null $value The value to set.
* @param bool $merge Whether to merge or overwrite existing config defaults to true.
* @param bool $merge Whether to merge or overwrite existing config, defaults to true.
* @return mixed Config value being read, or the object itself on write operations.
* @throws \Cake\Error\Exception When trying to set a key that is invalid.
*/
Expand Down

0 comments on commit a1b7a4b

Please sign in to comment.