@@ -13,7 +13,7 @@
/**
* View method
*
- * @param string $id
+ * @param string|null $id
* @return void
* @throws \Cake\Network\Exception\NotFoundException
*/
@@ -47,7 +47,7 @@
* Edit method
@@ -72,7 +72,7 @@
* Delete method
@@ -44,8 +44,8 @@ class RequestHandlerTestController extends Controller {
* test method for ajax redirection + parameter parsing
- * @param string $one
- * @param string $two
+ * @param string|null $one
+ * @param string|null $two
public function param_method($one = null, $two = null) {