files() ->name('*.php') ->in($root . 'libraries'); return new Doctum($iterator, [ 'title' => json_decode(file_get_contents($root . 'composer.json'))->description, 'build_dir' => $root . 'build/apidocs/', 'cache_dir' => $root . 'tmp/', 'source_dir' => $root . '/', 'version' => 'master', 'remote_repository' => new GitHubRemoteRepository('phpmyadmin/phpmyadmin', $root), ]);