Completed
Push — master ( 5a8b5b...ba7f49 )
by f
13:41 queued 12s
created
src/Russian/NounPluralization.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      * Склонение существительного для сочетания с числом (кол-вом предметов).
68 68
      *
69 69
      * @param string|int $word        Название предмета
70
-     * @param int|float|string $count Количество предметов
70
+     * @param integer $count Количество предметов
71 71
      * @param bool       $animateness Признак одушевленности
72 72
      * @param string     $case        Род существительного
73 73
      *
Please login to merge, or discard this patch.
src/S.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * @param string $string
144 144
      * @param string $char
145
-     * @return int|false
145
+     * @return integer|null
146 146
      */
147 147
     public static function findFirstPosition($string, $char)
148 148
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * @param string $string
158 158
      * @param string $char
159
-     * @return int|false
159
+     * @return integer|null
160 160
      */
161 161
     public static function findLastPosition($string, $char)
162 162
     {
Please login to merge, or discard this patch.