Automated formatting changes

This commit is contained in:
Formatter Bot 2021-06-26 12:42:05 +00:00
parent dde78cf377
commit 1ea3111fa2

View File

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