Passed
Push — develop ( a7fb93...77036f )
by nguereza
01:58
created
src/Translator/GettextTranslator.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -121,16 +121,16 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-    * {@inhereitdoc}
125
-    */
124
+     * {@inhereitdoc}
125
+     */
126 126
     public function __toString(): string
127 127
     {
128 128
         return $this->getLocale();
129 129
     }
130 130
 
131 131
     /**
132
-    * {@inhereitdoc}
133
-    */
132
+     * {@inhereitdoc}
133
+     */
134 134
     public function getEncoding(): string
135 135
     {
136 136
         return $this->encoding;
@@ -177,8 +177,8 @@  discard block
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-    * {@inhereitdoc}
181
-    */
180
+     * {@inhereitdoc}
181
+     */
182 182
     public function tr(string $message, mixed $args = []): string
183 183
     {
184 184
         $translation = gettext($message);
Please login to merge, or discard this patch.