@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | $iterator = Finder::create() |
9 | 9 | ->files() |
10 | 10 | ->name('*.php') |
11 | - ->in(realpath(__DIR__ . DIRECTORY_SEPARATOR . 'lib')); |
|
11 | + ->in(realpath(__DIR__.DIRECTORY_SEPARATOR.'lib')); |
|
12 | 12 | |
13 | 13 | // Sami doesnt seem to write out the docs folder for v1 and v2. |
14 | 14 | $versions = GitVersionCollection::create(realpath(__DIR__)) |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | 'title' => 'Maintenance screen API', |
23 | 23 | 'versions' => $versions, |
24 | 24 | 'build_dir' => __DIR__.'/docs/%version%', |
25 | - 'cache_dir' => __DIR__ . '/sami-cache/%version%', |
|
25 | + 'cache_dir' => __DIR__.'/sami-cache/%version%', |
|
26 | 26 | 'insert_todos' => true, |
27 | 27 | 'remote_repository' => new GitHubRemoteRepository('ProgMiner/maintenance-screen', realpath(__DIR__)), |
28 | 28 | ]); |
29 | 29 | \ No newline at end of file |