Skip to content

Commit

Permalink
improved docs for yiisoft#13576
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Mar 10, 2017
1 parent ad1ce9e commit e12dd89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework/helpers/BaseHtml.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,10 @@ public static function mailto($text, $email = null, $options = [])
* the attributes of the resulting tag. The values will be HTML-encoded using [[encode()]].
* If a value is null, the corresponding attribute will not be rendered.
* See [[renderTagAttributes()]] for details on how attributes are being rendered.
* @since 2.0.12 It is possible to pass the "srcset" option as an array which keys are
*
* Since version 2.0.12 It is possible to pass the `srcset` option as an array which keys are
* descriptors and values are URLs. All URLs will be processed by [[Url::to()]].
* @return string the generated image tag
* @return string the generated image tag.
*/
public static function img($src, $options = [])
{
Expand Down

0 comments on commit e12dd89

Please sign in to comment.