mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
wip
This commit is contained in:
+2
-1
@@ -912,9 +912,10 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
|
||||
$reasons === [] ? '' : ' ('.implode(', ', $reasons).')',
|
||||
));
|
||||
|
||||
$previewLimit = 10;
|
||||
$sorted = $affected;
|
||||
sort($sorted);
|
||||
|
||||
$previewLimit = $this->output->isVerbose() ? count($sorted) : 10;
|
||||
$preview = array_slice($sorted, 0, $previewLimit);
|
||||
|
||||
foreach ($preview as $file) {
|
||||
|
||||
Reference in New Issue
Block a user