yii2-apidoc
yii2-apidoc copied to clipboard
Misleading error about relative link in errors.txt
trafficstars
Found during running make download for site, UK language.
Using relative link (https://www.php.net/manual/en/function.PDOStatement-setFetchMode.php) but repoUrl is not set.
Interesting. The link is definitely not relative.
Yep, need to recheck #256. Not critical though, as I see.
@arogachev api mark all absolute links as relative when $repoUrl is not set:
[12] => Array(
[line] =>
[file] =>
[message] => Using relative link (https://github.com/yiisoft/yii2/blob/2.0.13/framework/UPGRADE.md#upgrade-from-yii-2012) but repoUrl is not set.
)
[13] => Array(
[line] =>
[file] =>
[message] => Using relative link (https://www.php.net/manual/en/function.hash-algos.php) but repoUrl is not set.
)
[14] => Array(
[line] =>
[file] =>
[message] => Using relative link (https://www.php.net/manual/en/function.hash-algos.php) but repoUrl is not set.
)