mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
code style fixes
This commit is contained in:
@@ -33,7 +33,7 @@ class ClassmapController extends Controller
|
||||
$mapFile = YII_PATH . '/classes.php';
|
||||
}
|
||||
$options = array(
|
||||
'filter' => function($path) {
|
||||
'filter' => function ($path) {
|
||||
if (is_file($path)) {
|
||||
$file = basename($path);
|
||||
if ($file[0] < 'A' || $file[0] > 'Z') {
|
||||
|
||||
Reference in New Issue
Block a user