Completed
Pull Request — master (#4)
by Simon
09:42
created
sami-config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.