From 949e317d3a6c8937fefe99e2de89e61e82458ac0 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 30 Aug 2023 15:02:12 +0200 Subject: [PATCH] test --- src/GettextTranslator.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/GettextTranslator.php b/src/GettextTranslator.php index a7a8144..181dda9 100644 --- a/src/GettextTranslator.php +++ b/src/GettextTranslator.php @@ -69,11 +69,12 @@ public function getDefaultDomain() * * @return $this */ - public function setDefaultDomain($defaultDomain) - { - $this->defaultDomain = $defaultDomain; + public function setDefaultDomain ($defaultDomain) + {$this->defaultDomain = $defaultDomain; return $this; + + } /**