code style fixes

This commit is contained in:
Alexander Makarov
2013-08-13 02:43:47 +04:00
parent edb77393b2
commit 0596fa82fd
67 changed files with 290 additions and 302 deletions

View File

@@ -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') {