Skip to content

Commit

Permalink
Fix PSR-2 formatting (in unchanged files)
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Sep 9, 2024
1 parent af5283f commit eacad13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion application/console/controllers/CronController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use common\models\User;
use common\components\Emailer;
use yii\console\Controller;

use Br33f\Ga4\MeasurementProtocol\Dto\Event\BaseEvent;
use TheIconic\Tracking\GoogleAnalytics\Analytics;

Expand Down
1 change: 0 additions & 1 deletion application/console/controllers/GaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use common\helpers\Utils;
use yii\console\Controller;

use Br33f\Ga4\MeasurementProtocol\Dto\Event\BaseEvent;

class GaController extends Controller
Expand Down
2 changes: 1 addition & 1 deletion application/features/bootstrap/UnitTestsContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public function isUserIncludedInTheData($option)
}
}

if($option === "is") {
if ($option === "is") {
Assert::true($isIncluded);
} else {
Assert::false($isIncluded);
Expand Down

0 comments on commit eacad13

Please sign in to comment.