Cosmetic changes

This commit is contained in:
Stéphane Goetz
2015-07-18 01:10:40 +02:00
parent a35af5fd19
commit ce109d0429
3 changed files with 5 additions and 18 deletions

View File

@ -35,7 +35,7 @@ class Generator
/**
* Recursively generate the documentation
*
* @param \Todaymade\Daux\Tree\Entry $tree
* @param Directory $tree
* @param string $output_dir
* @param \Todaymade\Daux\Config $params
* @param OutputInterface $output
@ -43,7 +43,7 @@ class Generator
* @param string $base_url
* @throws \Exception
*/
private function generateRecursive($tree, $output_dir, $params, $output, $width, $base_url = '')
private function generateRecursive(Directory $tree, $output_dir, $params, $output, $width, $base_url = '')
{
$params['base_url'] = $params['base_page'] = $base_url;