Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12238963
config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
config.php
View Options
<?php
return
[
// A list of directories that should be parsed for class and
// method information. After excluding the directories
// defined in exclude_analysis_directory_list, the remaining
// files will be statically analyzed for errors.
//
// Thus, both first-party and third-party code being used by
// your application should be included in this list.
//
// Laravel folders are hand-picked as to include the root folder throws
// an exception (see https://github.com/etsy/phan/issues/454).
'directory_list'
=>
[
'app'
,
'vendor/guzzlehttp/guzzle/src'
,
'vendor/keruald/broker/src'
,
'vendor/keruald/dockerhub/src'
,
'vendor/keruald/github'
,
'vendor/keruald/mailgun'
,
'vendor/laravel/framework/src/Illuminate/Auth'
,
'vendor/laravel/framework/src/Illuminate/Bus'
,
'vendor/laravel/framework/src/Illuminate/Console/Scheduling'
,
'vendor/laravel/framework/src/Illuminate/Contracts'
,
'vendor/laravel/framework/src/Illuminate/Cookie'
,
'vendor/laravel/framework/src/Illuminate/Database'
,
'vendor/laravel/framework/src/Illuminate/Events'
,
'vendor/laravel/framework/src/Illuminate/Foundation'
,
'vendor/laravel/framework/src/Illuminate/Http'
,
'vendor/laravel/framework/src/Illuminate/Queue'
,
'vendor/laravel/framework/src/Illuminate/Routing'
,
'vendor/laravel/framework/src/Illuminate/Session'
,
'vendor/laravel/framework/src/Illuminate/Support'
,
'vendor/laravel/framework/src/Illuminate/View'
,
'vendor/mockery/mockery/library'
,
'vendor/netresearch/jsonmapper/src'
,
'vendor/psr/log/Psr/Log'
,
'vendor/sentry/sentry/lib/Raven'
,
'vendor/symfony/console'
,
'vendor/symfony/http-kernel'
,
],
'file_list'
=>
[
'vendor/laravel/framework/src/Illuminate/Console/Command.php'
,
],
// A directory list that defines files that will be excluded
// from static analysis, but whose class and method
// information should be included.
//
// Generally, you'll want to include the directories for
// third-party code (such as "vendor/") in this list.
//
// n.b.: If you'd like to parse but not analyze 3rd
// party code, directories containing that code
// should be added to the `directory_list` as
// to `exclude_analysis_directory_list`.
"exclude_analysis_directory_list"
=>
[
'vendor/'
,
'tests/'
,
],
];
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Oct 11, 20:02 (27 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063833
Default Alt Text
config.php (2 KB)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment