Skip to content
Snippets Groups Projects
Commit c5930905 authored by Gaurav Kapoor's avatar Gaurav Kapoor Committed by Gaurav Kapoor
Browse files

Issue #3243258 by gaurav.kapoor: Getting this error when trying to access the user guide page

parent efa47ced
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ class OverviewController extends ControllerBase {
* @return string
* Return string which can be displayed in documentation overview.
*/
public function resolveParameter(string $value, mixed $parameters) {
public function resolveParameter(string $value, ?array $parameters) {
$computed_value = '';
$parts = explode('@parameter', $value);
foreach ($parts as $k => $v) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment