@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | |
130 | 130 | /** |
131 | 131 | * @param string $str |
132 | - * @return bool |
|
132 | + * @return string |
|
133 | 133 | */ |
134 | 134 | protected static function decodeFalse(string $str): string |
135 | 135 | { |
@@ -173,8 +173,6 @@ discard block |
||
173 | 173 | } |
174 | 174 | |
175 | 175 | /** |
176 | - * @param string $str |
|
177 | - * @return Regexp |
|
178 | 176 | */ |
179 | 177 | protected static function decodeRegexp(string $regexp): Regexp |
180 | 178 | { |
@@ -206,7 +204,7 @@ discard block |
||
206 | 204 | /** |
207 | 205 | * |
208 | 206 | * |
209 | - * @return void |
|
207 | + * @return string |
|
210 | 208 | */ |
211 | 209 | protected static function getArgRegexp() |
212 | 210 | { |