From d20467183ac764211bba771ad315a2fece2b3373 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 23 Apr 2022 02:49:22 +0300 Subject: [PATCH] Update BaseHtml.php --- src/BaseHtml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BaseHtml.php b/src/BaseHtml.php index 2081786..d01e1b4 100644 --- a/src/BaseHtml.php +++ b/src/BaseHtml.php @@ -74,7 +74,7 @@ abstract class BaseHtml extends \yii\helpers\Html /** * {@inheritdoc} - * Pass `true` in `$options['inline']` to generate {@see https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline inline list}. + * Pass `true` in `$options['inline']` to generate [inline list](https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline). */ public static function radioList($name, $selection = null, $items = [], $options = []): string { @@ -108,7 +108,7 @@ abstract class BaseHtml extends \yii\helpers\Html /** * {@inheritdoc} - * Pass `true` in `$options['inline']` to generate {@see https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline inline list}. + * Pass `true` in `$options['inline']` to generate [inline list](https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline). */ public static function checkboxList($name, $selection = null, $items = [], $options = []): string {