mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
Merge branch 'master' into codeception-test-adjustments
Conflicts: .travis.yml
This commit is contained in:
@ -121,7 +121,7 @@ class BaseDoc extends Object
|
||||
//
|
||||
// public function getSourceCode()
|
||||
// {
|
||||
// $lines = file(YII_PATH . $this->sourcePath);
|
||||
// $lines = file(YII2_PATH . $this->sourcePath);
|
||||
// return implode("", array_slice($lines, $this->startLine - 1, $this->endLine - $this->startLine + 1));
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user