Completed
Push — master ( 549b3f...392e29 )
by Vladimir
07:53
created
docs/sami-config.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 ));
Please login to merge, or discard this patch.