Revert "doc: Replace whitespaces with - for section IDs"

This reverts commit 82d36e11cc.
This commit is contained in:
Eric Lippmann 2016-04-13 14:41:27 +02:00
parent 6168828878
commit 42112b28c5
1 changed files with 0 additions and 8 deletions

View File

@ -88,14 +88,6 @@ class DocSection extends TreeNode
return $this->content;
}
/**
* {@inheritdoc}
*/
public function setId($id)
{
return parent::setId(str_replace(' ', '-', (string) $id));
}
/**
* Set the header level
*