File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -305,8 +305,8 @@ public function server($index, $xss_clean = NULL)
305
305
*
306
306
* Useful when you need to access PUT, DELETE or PATCH request data.
307
307
*
308
- * @param string $index Index for item to be fetched
309
- * @param bool $xss_clean Whether to apply XSS filtering
308
+ * @param string $index Index for item to be fetched
309
+ * @param bool $xss_clean Whether to apply XSS filtering
310
310
* @return mixed
311
311
*/
312
312
public function input_stream ($ index = NULL , $ xss_clean = NULL )
@@ -319,7 +319,7 @@ public function input_stream($index = NULL, $xss_clean = NULL)
319
319
parse_str ($ this ->raw_input_stream , $ this ->_input_stream );
320
320
is_array ($ this ->_input_stream ) OR $ this ->_input_stream = array ();
321
321
}
322
-
322
+
323
323
return $ this ->_fetch_from_array ($ this ->_input_stream , $ index , $ xss_clean );
324
324
}
325
325
You can’t perform that action at this time.
0 commit comments