Skip to content

Commit 382a917

Browse files
aarondfrancisStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent b695543 commit 382a917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CodeRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function it_can_set_a_custom_renderer()
9696
]);
9797

9898
$extension = new TorchlightExtension;
99-
$extension->useCustomBlockRenderer(function(Block $block) {
99+
$extension->useCustomBlockRenderer(function (Block $block) {
100100
return 'foo_bar';
101101
});
102102

0 commit comments

Comments
 (0)