Skip to content

Commit 67a8dd8

Browse files
committed
StyleCI, thanks
1 parent 765d93c commit 67a8dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asserts/ArtisanAsserts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private function parseArtisanTableOutput(string $output)
203203
// Filter and normalize the output
204204
$output = collect($output)
205205
->reject(function (string $line) {
206-
return ! Str::contains($line, '|');
206+
return !Str::contains($line, '|');
207207
})
208208
->map(function (string $line) {
209209
$line = explode('|', $line);

0 commit comments

Comments
 (0)