Skip to content

Commit 1382e59

Browse files
committed
psr2 =(
1 parent 6dfd834 commit 1382e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Cache/Engine/DebugEngine.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ public function groups()
243243
* @param mixed $value The value to set.
244244
* @param bool $merge Whether or not configuration should be merged.
245245
*/
246-
public function config($key = null, $value = null, $merge = true) {
246+
public function config($key = null, $value = null, $merge = true)
247+
{
247248
return call_user_func_array([$this->_engine, 'config'], func_get_args());
248249
}
249250

0 commit comments

Comments
 (0)