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 3671521 commit f1692e0Copy full SHA for f1692e0
app/Console/Commands/QueueUpdates.php
@@ -46,6 +46,7 @@ public function handle(): int
46
);
47
48
// Query the amount of sites to be updated
49
+ // @phpstan-ignore-next-line
50
$updateCount = (int) $this->ask('How many updates will be pushed? - Use 0 for "ALL"', "100");
51
52
if ($updateCount > 0) {
0 commit comments