Fix files with Laravel Pint
This commit is contained in:
parent
c714457604
commit
e36f15d391
116 changed files with 409 additions and 378 deletions
|
@ -85,7 +85,7 @@ class LikesTest extends TestCase
|
|||
|
||||
$job = new ProcessLike($like);
|
||||
|
||||
$content = <<<END
|
||||
$content = <<<'END'
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-entry">
|
||||
|
@ -124,7 +124,7 @@ class LikesTest extends TestCase
|
|||
|
||||
$job = new ProcessLike($like);
|
||||
|
||||
$content = <<<END
|
||||
$content = <<<'END'
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-entry">
|
||||
|
@ -167,7 +167,7 @@ class LikesTest extends TestCase
|
|||
|
||||
$job = new ProcessLike($like);
|
||||
|
||||
$content = <<<END
|
||||
$content = <<<'END'
|
||||
<html>
|
||||
<body>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue