mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-23 04:00:23 +08:00
final cleanup apidoc generator
This commit is contained in:
@ -129,11 +129,7 @@ class RenderController extends Controller
|
||||
return null;
|
||||
},
|
||||
'only' => ['.php'],
|
||||
'except' => array_merge($except, [
|
||||
'/views/',
|
||||
'/requirements/',
|
||||
'/gii/generators/',
|
||||
]),
|
||||
'except' => $except,
|
||||
];
|
||||
return FileHelper::findFiles($path, $options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user