Skip to content

Commit 6dd4e00

Browse files
maximalsamdark
authored andcommitted
Codestyle: space after foreach keyword (yiisoft#200)
1 parent cb46def commit 6dd4e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
dirname(__FILE__) . '/vendor/yiisoft/yii2',
2121
dirname(__FILE__) . '/../vendor/yiisoft/yii2',
2222
);
23-
foreach($searchPaths as $path) {
23+
foreach ($searchPaths as $path) {
2424
if (is_dir($path)) {
2525
$frameworkPath = $path;
2626
break;

0 commit comments

Comments
 (0)