There was an error while loading. Please reload this page.
foreach
1 parent cb46def commit 6dd4e00Copy full SHA for 6dd4e00
requirements.php
@@ -20,7 +20,7 @@
20
dirname(__FILE__) . '/vendor/yiisoft/yii2',
21
dirname(__FILE__) . '/../vendor/yiisoft/yii2',
22
);
23
- foreach($searchPaths as $path) {
+ foreach ($searchPaths as $path) {
24
if (is_dir($path)) {
25
$frameworkPath = $path;
26
break;
0 commit comments