mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00
return 0 on success to make check easier
This commit is contained in:
@ -130,6 +130,7 @@ class DevController extends Controller
|
||||
$this->linkFrameworkAndExtensions($appDir, $base);
|
||||
$this->stdout("done.\n", Console::BOLD, Console::FG_GREEN);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -175,6 +176,7 @@ class DevController extends Controller
|
||||
$this->linkFrameworkAndExtensions($extensionDir, $base);
|
||||
$this->stdout("done.\n", Console::BOLD, Console::FG_GREEN);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user