Skip to content

Commit

Permalink
PSR12 requires no spaces on an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 12, 2025
1 parent bf5a54c commit 8a5b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/console/controllers/CronController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function actionAll()
if (\Yii::$app->params['google']['enableSheetsExport']) {
$actions[] = 'actionExportToSheets';
}

$actions[] = 'actionSendPasswordExpiryEmails';

foreach ($actions as $action) {
Expand Down

0 comments on commit 8a5b4e5

Please sign in to comment.