We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfd834 commit 1382e59Copy full SHA for 1382e59
src/Cache/Engine/DebugEngine.php
@@ -243,7 +243,8 @@ public function groups()
243
* @param mixed $value The value to set.
244
* @param bool $merge Whether or not configuration should be merged.
245
*/
246
- public function config($key = null, $value = null, $merge = true) {
+ public function config($key = null, $value = null, $merge = true)
247
+ {
248
return call_user_func_array([$this->_engine, 'config'], func_get_args());
249
}
250
0 commit comments