Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Mar 14, 2016
1 parent 2e23fe4 commit 2b1a258
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions administrator/components/com_banners/helpers/banners.php
Expand Up @@ -188,11 +188,11 @@ public static function getClientOptions()
/**
* Adds Count Items for Category Manager.
*
* @param JDatabaseQuery &$items The item object of com_categories
* @param stdClass[] &$items The banner category objects
*
* @return JDatabaseQuery
* @return stdClass[]
*
* @since 3.4
* @since 3.5
*/
public static function countItems(&$items)
{
Expand Down
6 changes: 3 additions & 3 deletions administrator/components/com_contact/helpers/contact.php
Expand Up @@ -43,11 +43,11 @@ public static function addSubmenu($vName)
/**
* Adds Count Items for Category Manager.
*
* @param JDatabaseQuery &$items The item object of com_categories
* @param stdClass[] &$items The banner category objects
*
* @return JDatabaseQuery
* @return stdClass[]
*
* @since 3.4
* @since 3.5
*/
public static function countItems(&$items)
{
Expand Down
6 changes: 3 additions & 3 deletions administrator/components/com_content/helpers/content.php
Expand Up @@ -64,11 +64,11 @@ public static function filterText($text)
/**
* Adds Count Items for Category Manager.
*
* @param JDatabaseQuery &$items The item object of com_categories
* @param stdClass[] &$items The banner category objects
*
* @return JDatabaseQuery
* @return stdClass[]
*
* @since 3.4
* @since 3.5
*/
public static function countItems(&$items)
{
Expand Down
6 changes: 3 additions & 3 deletions administrator/components/com_newsfeeds/helpers/newsfeeds.php
Expand Up @@ -43,11 +43,11 @@ public static function addSubmenu($vName)
/**
* Adds Count Items for Category Manager.
*
* @param JDatabaseQuery &$items The item object of com_categories
* @param stdClass[] &$items The banner category objects
*
* @return JDatabaseQuery
* @return stdClass[]
*
* @since 3.4
* @since 3.5
*/
public static function countItems(&$items)
{
Expand Down

0 comments on commit 2b1a258

Please sign in to comment.