Skip to content

Commit 593e2b5

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 7b6a5fd commit 593e2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/ModelBindingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@
175175
'content' => 'another-comment-content',
176176
])->fresh();
177177

178-
//Doesn't belong to parent...
178+
// Doesn't belong to parent...
179179
$this->get('/podcasts/'.$podcast->id.'/comments/'.$secondComment->id)
180180
->assertNotFound();
181181

182-
//Belongs to parent...
182+
// Belongs to parent...
183183
$this->get('/podcasts/'.$podcast->id.'/comments/'.$comment->id)
184184
->assertSee('test-comment-content');
185185
});

0 commit comments

Comments
 (0)