From f0c4f22d64e4f3aae1a68d4650007b949885421e Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 26 Jun 2021 12:43:17 +0000 Subject: [PATCH] Automated formatting changes --- Models/Tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Tag.php b/Models/Tag.php index 6ccde22..384cedd 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -161,7 +161,7 @@ class Tag implements \JsonSerializable, ArrayableInterface * * @since 1.0.0 */ - public function setL11n(string|TagL11n $title, string $lang = ISO639x1Enum::_EN) : void + public function setL11n(string | TagL11n $title, string $lang = ISO639x1Enum::_EN) : void { if ($title instanceof TagL11n) { $this->title = $title;