final cleanup apidoc generator

This commit is contained in:
Carsten Brandt
2014-01-06 05:37:43 +01:00
parent 2245a7e36d
commit c7c4d3c075
13 changed files with 13 additions and 5 deletions

View File

@ -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);
}