@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | $iterator = Finder::create() |
10 | 10 | ->files() |
11 | 11 | ->name('*.php') |
12 | - ->in($dir = __DIR__ . '/../src') |
|
12 | + ->in($dir = __DIR__.'/../src') |
|
13 | 13 | ; |
14 | 14 | |
15 | 15 | // generate documentation for all v2.0.* tags, the 2.0 branch, and the master one |
@@ -22,8 +22,8 @@ discard block |
||
22 | 22 | $sami = new Sami($iterator, array( |
23 | 23 | 'versions' => $versions, |
24 | 24 | 'title' => 'PhpPulse API', |
25 | - 'build_dir' => __DIR__ . '/api/build/phppulse/%version%', |
|
26 | - 'cache_dir' => __DIR__ . '/api/cache/phppulse/%version%', |
|
25 | + 'build_dir' => __DIR__.'/api/build/phppulse/%version%', |
|
26 | + 'cache_dir' => __DIR__.'/api/cache/phppulse/%version%', |
|
27 | 27 | 'remote_repository' => new GitHubRemoteRepository('allejo/PhpPulse', dirname($dir)), |
28 | 28 | 'default_opened_level' => 2, |
29 | 29 | )); |