summaryrefslogtreecommitdiff
path: root/sami.php
diff options
context:
space:
mode:
Diffstat (limited to 'sami.php')
-rw-r--r--sami.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/sami.php b/sami.php
index d0dd80b..e776cc1 100644
--- a/sami.php
+++ b/sami.php
@@ -2,9 +2,9 @@
use Sami\Sami;
-return new Sami(__DIR__ . '/src' , array(
- 'title' => 'HTML5-PHP API',
- 'build_dir' => __DIR__.'/build/apidoc',
- 'cache_dir' => __DIR__.'/build/sami-cache',
+return new Sami(__DIR__ . '/src', array(
+ 'title' => 'HTML5-PHP API',
+ 'build_dir' => __DIR__ . '/build/apidoc',
+ 'cache_dir' => __DIR__ . '/build/sami-cache',
'default_opened_level' => 1,
-)); \ No newline at end of file
+));