Codestyle: space after foreach keyword (#200)

This commit is contained in:
MaximAL 2019-03-24 16:33:18 +03:00 committed by Alexander Makarov
parent cb46def3bf
commit 6dd4e00ce7

View File

@ -20,7 +20,7 @@ if (!isset($frameworkPath)) {
dirname(__FILE__) . '/vendor/yiisoft/yii2', dirname(__FILE__) . '/vendor/yiisoft/yii2',
dirname(__FILE__) . '/../vendor/yiisoft/yii2', dirname(__FILE__) . '/../vendor/yiisoft/yii2',
); );
foreach($searchPaths as $path) { foreach ($searchPaths as $path) {
if (is_dir($path)) { if (is_dir($path)) {
$frameworkPath = $path; $frameworkPath = $path;
break; break;