Navigation Menu

Skip to content

Commit

Permalink
Align docblock of JVersion
Browse files Browse the repository at this point in the history
Light modification of docblock.
  • Loading branch information
asika32764 committed Apr 24, 2014
1 parent 6b98ff7 commit d6cafe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/cms/version/version.php
Expand Up @@ -144,7 +144,7 @@ public function getUserAgent($component = null, $mask = false, $add_version = tr
*
* @return string
*
* @since 3.2
* @since 3.2
*/
public function generateMediaVersion()
{
Expand All @@ -163,7 +163,7 @@ public function generateMediaVersion()
*
* @return string The media version.
*
* @since 3.2
* @since 3.2
*/
public function getMediaVersion()
{
Expand Down Expand Up @@ -198,7 +198,7 @@ public function getMediaVersion()
*
* @return JVersion Instance of $this to allow chaining.
*
* @since 3.2
* @since 3.2
*/
public function refreshMediaVersion()
{
Expand All @@ -214,7 +214,7 @@ public function refreshMediaVersion()
*
* @return JVersion Instance of $this to allow chaining.
*
* @since 3.2
* @since 3.2
*/
public function setMediaVersion($mediaVersion)
{
Expand Down

0 comments on commit d6cafe9

Please sign in to comment.