Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Merge pull request #3495 from asika32764/patch-2
Browse files Browse the repository at this point in the history
Align docblock of JVersion
  • Loading branch information
Michael Babker committed Apr 24, 2014
2 parents 6b98ff7 + d6cafe9 commit 565fe3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/cms/version/version.php
Original file line number Diff line number Diff line change
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 565fe3c

Please sign in to comment.