We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29602ef commit 800508dCopy full SHA for 800508d
src/Application/UI/Component.php
@@ -216,7 +216,7 @@ public function getParameterId(string $name): string
216
/** @deprecated */
217
function getParam($name = NULL, $default = NULL)
218
{
219
- //trigger_error(__METHOD__ . '() is deprecated; use getParameter() instead.', E_USER_DEPRECATED);
+ trigger_error(__METHOD__ . '() is deprecated; use getParameter() or getParameters() instead.', E_USER_DEPRECATED);
220
return func_num_args() ? $this->getParameter($name, $default) : $this->getParameters();
221
}
222
0 commit comments