Skip to content

Commit

Permalink
Docblock updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 18, 2015
1 parent 02b7e4d commit d5b2551
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Filesystem/File.php
Expand Up @@ -316,7 +316,7 @@ public function info()
/**
* Returns the file extension.
*
* @return string The file extension
* @return string|false The file extension, false if extension cannot be extracted.
*/
public function ext()
{
Expand All @@ -332,7 +332,7 @@ public function ext()
/**
* Returns the file name without extension.
*
* @return string The file name without extension.
* @return string|false The file name without extension, false if name cannot be extracted.
*/
public function name()
{
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/HtmlHelper.php
Expand Up @@ -25,6 +25,7 @@
*
* HtmlHelper encloses all methods needed while working with HTML pages.
*
* @property UrlHelper $Url
* @link http://book.cakephp.org/3.0/en/views/helpers/html.html
*/
class HtmlHelper extends Helper
Expand Down
3 changes: 3 additions & 0 deletions src/View/Helper/PaginatorHelper.php
Expand Up @@ -24,6 +24,9 @@
*
* PaginationHelper encloses all methods needed when working with pagination.
*
* @property UrlHelper $Url
* @property NumberHelper $Number
* @property HtmlHelper $Html
* @link http://book.cakephp.org/3.0/en/views/helpers/paginator.html
*/
class PaginatorHelper extends Helper
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/RssHelper.php
Expand Up @@ -20,6 +20,7 @@
/**
* RSS Helper class for easy output RSS structures.
*
* @property UrlHelper $Url
* @property TimeHelper $Time
* @link http://book.cakephp.org/3.0/en/views/helpers/rss.html
*/
Expand Down

0 comments on commit d5b2551

Please sign in to comment.