Skip to content

Commit

Permalink
Clean up doc block for HelperCollection.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 27, 2013
1 parent e490d20 commit 21c7d53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Cake/View/HelperCollection.php
@@ -1,8 +1,5 @@
<?php
/**
* Helpers collection is used as a registry for loaded helpers and handles loading
* and constructing helper class objects.
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand All @@ -12,7 +9,6 @@
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.View
* @since CakePHP(tm) v 2.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
Expand All @@ -26,8 +22,6 @@
/**
* Helpers collection is used as a registry for loaded helpers and handles loading
* and constructing helper class objects.
*
* @package Cake.View
*/
class HelperCollection {

Expand Down

0 comments on commit 21c7d53

Please sign in to comment.