Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phan-config.php « tests - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b5658d68e11534b683d752f1efc8b6981b30d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

return [
	'directory_list' => [
		'lib/',
		'vendor/',
	],
	"exclude_analysis_directory_list" => [
		'vendor/',
	],
];