Skip to content

Commit

Permalink
Merge pull request joomla#140 from ianmacl/master
Browse files Browse the repository at this point in the history
Minor doc block changes for doc purposes.
  • Loading branch information
ianmacl committed Jul 27, 2011
2 parents eae39f2 + 3ad5df9 commit 26e98a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libraries/joomla/document/opensearch/opensearch.php
Expand Up @@ -211,7 +211,7 @@ public function addImage(&$image)
/**
* JOpenSearchUrl is an internal class that stores the search URLs for the OpenSearch description
*
* @package Joomla.Framework
* @package Joomla.Platform
* @subpackage Document
* @since 11.1
*/
Expand Down Expand Up @@ -251,7 +251,7 @@ class JOpenSearchUrl extends JObject
/**
* JOpenSearchImage is an internal class that stores Images for the OpenSearch Description
*
* @package Joomla.Framework
* @package Joomla.Platform
* @subpackage Document
* @since 11.1
*/
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/validate-uncompressed.js
Expand Up @@ -9,7 +9,7 @@
*
* Inspired by: Chris Campbell <www.particletree.com>
*
* @package Joomla.Framework
* @package Joomla.Platform
* @subpackage Forms
* @since 1.5
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/suite/joomla/access/JRuleTest.php
Expand Up @@ -10,7 +10,7 @@
require_once JPATH_PLATFORM.'/joomla/access/rule.php';

/**
* @package JoomlaFramework
* @package Joomla.Platform
*/
class JRuleTest extends PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/suite/joomla/access/JRulesTest.php
Expand Up @@ -10,7 +10,7 @@
require_once JPATH_PLATFORM.'/joomla/access/rules.php';

/**
* @package JoomlaFramework
* @package Joomla.Platform
*/
class JRulesTest extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 26e98a0

Please sign in to comment.