Completed
Push — master ( eb798b...ff250e )
by Josh
07:09
created
src/Configurator/Helpers/FilterSyntaxMatcher.php 1 patch
Doc Comments   -5 removed lines patch added patch discarded remove patch
@@ -218,9 +218,6 @@  discard block
 block discarded – undo
218 218
 	}
219 219
 
220 220
 	/**
221
-	* @param  string $str
222
-	* @param  string $flags
223
-	* @return Regexp
224 221
 	*/
225 222
 	public function parseRegexp(string $regexp, string $flags): Regexp
226 223
 	{
@@ -239,8 +236,6 @@  discard block
 block discarded – undo
239 236
 	}
240 237
 
241 238
 	/**
242
-	* @param  string $str
243
-	* @return bool
244 239
 	*/
245 240
 	public function parseTrue(): bool
246 241
 	{
Please login to merge, or discard this patch.