Skip to content

Commit

Permalink
Fix markup in HtmlHelper doc block.
Browse files Browse the repository at this point in the history
This will help the API generate correctly.
  • Loading branch information
markstory committed Nov 26, 2016
1 parent 76166d0 commit a58f5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/HtmlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public function link($title, $url = null, array $options = [])
* CSS stylesheets. If `$path` is prefixed with '/', the path will be relative to the webroot
* of your application. Otherwise, the path will be relative to your CSS path, usually webroot/css.
* @param array $options Array of options and HTML arguments.
* @return string CSS <link /> or <style /> tag, depending on the type of link.
* @return string CSS `<link />` or `<style />` tag, depending on the type of link.
* @link http://book.cakephp.org/3.0/en/views/helpers/html.html#linking-to-css-files
*/
public function css($path, array $options = [])
Expand Down

0 comments on commit a58f5e3

Please sign in to comment.