| Total Complexity | 7 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class Redirect extends Component |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param string|null $url |
||
| 17 | * @return string |
||
| 18 | * @throws \craft\errors\SiteNotFoundException |
||
| 19 | * @throws \yii\base\Exception |
||
| 20 | * @throws \yii\base\InvalidConfigException |
||
| 21 | */ |
||
| 22 | public function getRedirectUrl(?string $url = null): string |
||
| 45 |