mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 04:10:30 +08:00
added extensions to API docs
This commit is contained in:
@@ -128,7 +128,7 @@ class RenderController extends Controller
|
||||
return new $rendererClass();
|
||||
}
|
||||
|
||||
protected function findFiles($path, $except = ['/vendor/', '/tests/'])
|
||||
protected function findFiles($path, $except = ['vendor/', 'tests/'])
|
||||
{
|
||||
$path = FileHelper::normalizePath($path);
|
||||
$options = [
|
||||
|
||||
Reference in New Issue
Block a user