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 d4ef38e commit 4207ab9Copy full SHA for 4207ab9
src/Application/UI/Component.php
@@ -211,7 +211,7 @@ public function getParameterId(string $name): string
211
/** @deprecated */
212
function getParam($name = NULL, $default = NULL)
213
{
214
- //trigger_error(__METHOD__ . '() is deprecated; use getParameter() instead.', E_USER_DEPRECATED);
+ trigger_error(__METHOD__ . '() is deprecated; use getParameter() or getParameters() instead.', E_USER_DEPRECATED);
215
return func_num_args() ? $this->getParameter($name, $default) : $this->getParameters();
216
}
217
0 commit comments