diff --git a/.phan/config.php b/.phan/config.php index 1c84616..633fccb 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -17,6 +17,7 @@ return [ 'exclude_analysis_directory_list' => [ 'vendor/', + 'app/System/', '.phan/stubs/' ], diff --git a/composer.json b/composer.json index 137cad7..e91a636 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "post-create-project-cmd": [ "@php application app:rename" ], - "post-autoload-dump": "cp .githooks/* .git/hooks" + "post-autoload-dump": "if [ -d .githooks ]; then cp .githooks/* .git/hooks; fi" }, "minimum-stability": "dev", "prefer-stable": true,