From c80013733bea107c0832956041e8d143fbf66608 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jun 2026 21:09:28 +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.'], ]; }