From 2ac0b31f704fc5705826e759e5cf0e9e94f62b88 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Jun 2026 08:55:06 +0000 Subject: [PATCH] Autocommit PHP CS Fixer --- models/Game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Game.php b/models/Game.php index 527b0a0..2ddb31f 100644 --- a/models/Game.php +++ b/models/Game.php @@ -96,7 +96,7 @@ public function rules() [['group_label', 'external_id'], 'string', 'max' => 64], [['venue'], 'string', 'max' => 255], [['home_team_id'], 'compare', 'compareAttribute' => 'away_team_id', 'operator' => '!=', - 'message' => 'Home and away team must differ.'], + 'message' => 'Home and away team must differ.'], ]; }