Skip to content

Commit

Permalink
Fix API doc formatting.
Browse files Browse the repository at this point in the history
The missing inline code blocks were causing the API to generate
incorrectly.
  • Loading branch information
markstory committed Nov 26, 2016
1 parent 540c106 commit 1e7c1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/HtmlHelper.php
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|null CSS <link /> or <style /> tag, depending on the type of link.
* @return string|null 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 1e7c1ba

Please sign in to comment.