From 1ea3111fa25724bef2035e1c1724d79d09b1dca8 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 26 Jun 2021 12:42:05 +0000 Subject: [PATCH] Automated formatting changes --- Models/QAQuestion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/QAQuestion.php b/Models/QAQuestion.php index bc0539f..3fa603e 100755 --- a/Models/QAQuestion.php +++ b/Models/QAQuestion.php @@ -282,7 +282,7 @@ class QAQuestion implements \JsonSerializable * * @since 1.0.0 */ - public function addTag(int|Tag $tag) : void + public function addTag(int | Tag $tag) : void { $this->tags[] = $tag; }