We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765d93c commit 67a8dd8Copy full SHA for 67a8dd8
src/Asserts/ArtisanAsserts.php
@@ -203,7 +203,7 @@ private function parseArtisanTableOutput(string $output)
203
// Filter and normalize the output
204
$output = collect($output)
205
->reject(function (string $line) {
206
- return ! Str::contains($line, '|');
+ return !Str::contains($line, '|');
207
})
208
->map(function (string $line) {
209
$line = explode('|', $line);
0 commit comments