@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | /** |
| 147 | 147 | * Returns an array of callable used to resolve the {@link $template} property. |
| 148 | 148 | * |
| 149 | - * @return callable[] |
|
| 149 | + * @return \Closure[] |
|
| 150 | 150 | * |
| 151 | 151 | * @internal |
| 152 | 152 | */ |
@@ -229,7 +229,7 @@ discard block |
||
| 229 | 229 | /** |
| 230 | 230 | * Returns an array of callable used to resolve the {@link $template} property. |
| 231 | 231 | * |
| 232 | - * @return callable[] |
|
| 232 | + * @return \Closure[] |
|
| 233 | 233 | * |
| 234 | 234 | * @internal |
| 235 | 235 | */ |
@@ -384,7 +384,7 @@ discard block |
||
| 384 | 384 | /** |
| 385 | 385 | * Decorate the content. |
| 386 | 386 | * |
| 387 | - * @param mixed $content The content to decorate. |
|
| 387 | + * @param string $content The content to decorate. |
|
| 388 | 388 | * |
| 389 | 389 | * @return string |
| 390 | 390 | */ |