added extensions to API docs

This commit is contained in:
Carsten Brandt
2014-01-29 02:17:17 +01:00
parent 3519c14e60
commit 7fa619feb3
5 changed files with 111 additions and 1 deletions

View File

@@ -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 = [