Skip to content

Commit 3dbd182

Browse files
aarondfrancisStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent d8f7780 commit 3dbd182

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/CodeRendererTest.php

Lines changed: 1 addition & 2 deletions
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->registerCustomBlockRenderer(function(Block $block) {
99+
$extension->registerCustomBlockRenderer(function (Block $block) {
100100
return 'foo_bar';
101101
});
102102

@@ -118,7 +118,6 @@ public function it_can_set_a_custom_renderer()
118118
$this->assertEquals($expected, $html);
119119
}
120120

121-
122121
/** @test */
123122
public function gets_language_and_contents()
124123
{

0 commit comments

Comments
 (0)