Completed
Push — master ( b392a9...de8ba3 )
by Michal
03:38 queued 01:09
created
src/MoTranslator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
      * @param string $plural Plural form
205 205
      * @param string $number Number of objects
206 206
      *
207
-     * @return translated plural form
207
+     * @return string plural form
208 208
      */
209 209
     public function ngettext($single, $plural, $number)
210 210
     {
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
      * @param string $context Context
229 229
      * @param string $msgid   String to be translated
230 230
      *
231
-     * @return translated plural form
231
+     * @return string plural form
232 232
      */
233 233
     public function pgettext($context, $msgid)
234 234
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
      * Plural version of pgettext
246 246
      *
247 247
      * @param string $context Context
248
-     * @param string $single  Single form
248
+     * @param string $singular  Single form
249 249
      * @param string $plural  Plural form
250 250
      * @param string $number  Number of objects
251 251
      *
Please login to merge, or discard this patch.