mirror of
https://github.com/danog/phpdoc.git
synced 2024-11-26 12:04:47 +01:00
Cleanup
This commit is contained in:
parent
f6361bfc87
commit
0e907c3db3
@ -130,10 +130,6 @@ abstract class GenericDoc
|
||||
$relPath = $to;
|
||||
$path = \implode('/', $relPath);
|
||||
|
||||
if ($path === '../../../danog/MadelineProto/EventHandler.md') {
|
||||
\var_dump($namespace);
|
||||
}
|
||||
|
||||
if (!$desc = $see->getDescription()) {
|
||||
if ($desc = $this->builder->getTitle($ref)) {
|
||||
$desc = "`$ref`: $desc";
|
||||
|
Loading…
Reference in New Issue
Block a user