Documentation: Fix `Variable '$obj' is probably undefined`
This commit is contained in:
parent
a4744833bc
commit
d13f52c1b2
|
@ -73,6 +73,7 @@ class Documentation
|
||||||
return "The '$module' module does not provide any CLI commands\n";
|
return "The '$module' module does not provide any CLI commands\n";
|
||||||
}
|
}
|
||||||
$d = '';
|
$d = '';
|
||||||
|
$obj = null;
|
||||||
if ($command) {
|
if ($command) {
|
||||||
$obj = $this->loader->getModuleCommandInstance($module, $command);
|
$obj = $this->loader->getModuleCommandInstance($module, $command);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue