Skip to content

Commit c6ed49a

Browse files
aarondfrancisStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent bb1ea92 commit c6ed49a

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/TorchlightExtensionV2.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Torchlight\Commonmark;
44

5-
65
use Illuminate\Support\Str;
76
use League\CommonMark\Environment\EnvironmentBuilderInterface;
87
use League\CommonMark\Event\DocumentParsedEvent;

tests/CodeRendererTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ public function non_existent_file_just_stays()
210210
});
211211
}
212212

213-
214213
/** @test */
215214
public function doesnt_load_heredoc()
216215
{
@@ -231,7 +230,6 @@ public function doesnt_load_heredoc()
231230
});
232231
}
233232

234-
235233
/** @test */
236234
public function it_sends_one_request_only_and_matches_by_id()
237235
{

tests/CodeRendererV2Test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public function non_existent_file_just_stays()
213213
});
214214
}
215215

216-
217216
/** @test */
218217
public function doesnt_load_heredoc()
219218
{
@@ -234,7 +233,6 @@ public function doesnt_load_heredoc()
234233
});
235234
}
236235

237-
238236
/** @test */
239237
public function it_sends_one_request_only_and_matches_by_id()
240238
{

0 commit comments

Comments
 (0)