Completed
Push — master ( 817f5f...29af4c )
by Michal
03:54 queued 15s
created
src/MoTranslator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
      * @param string $context Context
236 236
      * @param string $msgid   String to be translated
237 237
      *
238
-     * @return translated plural form
238
+     * @return string plural form
239 239
      */
240 240
     public function pgettext($context, $msgid)
241 241
     {
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
      * Plural version of pgettext
253 253
      *
254 254
      * @param string $context Context
255
-     * @param string $single  Single form
255
+     * @param string $singular  Single form
256 256
      * @param string $plural  Plural form
257 257
      * @param string $number  Number of objects
258 258
      *
Please login to merge, or discard this patch.