Completed
Branch 2.1/FilterHelper (3a0501)
by Josh
03:24
created
src/Configurator/Helpers/FilterHelper.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
206 204
 	/**
207 205
 	* 
208 206
 	*
209
-	* @return void
207
+	* @return string
210 208
 	*/
211 209
 	protected static function getArgRegexp()
212 210
 	{
Please login to merge, or discard this patch.