Codestyle: space after foreach
keyword (#200)
This commit is contained in:
parent
cb46def3bf
commit
6dd4e00ce7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user