@@ -376,7 +376,7 @@ discard block |
||
376 | 376 | |
377 | 377 | /** |
378 | 378 | * Renders the caption element. |
379 | - * @return bool|string the rendered caption element or `false` if no caption element should be rendered. |
|
379 | + * @return string|false the rendered caption element or `false` if no caption element should be rendered. |
|
380 | 380 | */ |
381 | 381 | public function renderCaption() |
382 | 382 | { |
@@ -389,7 +389,7 @@ discard block |
||
389 | 389 | |
390 | 390 | /** |
391 | 391 | * Renders the column group HTML. |
392 | - * @return bool|string the column group HTML or `false` if no column group should be rendered. |
|
392 | + * @return string|false the column group HTML or `false` if no column group should be rendered. |
|
393 | 393 | */ |
394 | 394 | public function renderColumnGroup() |
395 | 395 | { |
@@ -782,7 +782,7 @@ |
||
782 | 782 | * @param bool $caseSensitive |
783 | 783 | * |
784 | 784 | * @throws \yii\base\InvalidArgumentException |
785 | - * @return array with keys: (string) pattern, (int) flags, (int|bool) firstWildcard |
|
785 | + * @return string with keys: (string) pattern, (int) flags, (int|bool) firstWildcard |
|
786 | 786 | */ |
787 | 787 | private static function parseExcludePattern($pattern, $caseSensitive) |
788 | 788 | { |