Skip to content

Commit

Permalink
Merge branch 'develop' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Mar 15, 2024
2 parents e8ce3b8 + baa5f77 commit 71e1835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/console/controllers/SalesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
namespace putyourlightson\pluginsales\console\controllers;

use Craft;
use craft\helpers\Console;
use putyourlightson\pluginsales\PluginSales;
use yii\console\Controller;
use yii\console\ExitCode;
Expand Down Expand Up @@ -59,7 +60,7 @@ public function actionDelete(): int
/**
* Handles setting the progress.
*/
public function setProgressHandler(int $count, int $total)
public function setProgressHandler(int $count, int $total): void
{
if ($count === 0) {
Console::startProgress(0, $total, '', 0.8);
Expand Down

0 comments on commit 71e1835

Please sign in to comment.