Skip to content

Commit 9df9384

Browse files
Fix styleci
1 parent b211204 commit 9df9384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PHPCR/Shell/Config/Config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public function offsetSet($offset, $value)
2929
{
3030
throw new \InvalidArgumentException(sprintf(
3131
'Setting values not permitted on configuration objects (trying to set "%s" to "%s"',
32-
$offset, $value
32+
$offset,
33+
$value
3334
));
3435
}
3536

0 commit comments

Comments
 (0)