Completed
Push — master ( cd358c...8a84c1 )
by f
01:31
created
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.