Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Apr 23, 2018
1 parent 1f03db2 commit 0ead6d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/com_content/helpers/route.php
Expand Up @@ -19,10 +19,10 @@ abstract class ContentHelperRoute
/**
* Get the article route.
*
* @param integer $id The route of the content item.
* @param integer $catid The category ID.
* @param integer $language The language code.
* @param string $layout The Article layout
* @param integer $id The route of the content item.
* @param integer $catid The category ID.
* @param integer $language The language code.
* @param string $layout The Article layout
*
* @return string The article route.
*
Expand Down Expand Up @@ -54,9 +54,9 @@ public static function getArticleRoute($id, $catid = 0, $language = 0, $layout =
/**
* Get the category route.
*
* @param integer $catid The category ID.
* @param integer $language The language code.
* @param string $layout The category layout
* @param integer $catid The category ID.
* @param integer $language The language code.
* @param string $layout The category layout
*
* @return string The article route.
*
Expand Down

0 comments on commit 0ead6d3

Please sign in to comment.