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; }