Skip to content

Commit

Permalink
Expected 2 spaces after the longest param type
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude committed Mar 18, 2018
1 parent b7e5926 commit 5e9fc47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public static function getAssociations($pk, $extension = 'com_content')
/**
* Check if Category ID exists otherwise assign to ROOT category.
*
* @param mixed $catid Name or ID of category.
* @param string $extension Extension that triggers this function
* @param mixed $catid Name or ID of category.
* @param string $extension Extension that triggers this function
*
* @return integer $catid Category ID.
*/
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_installer/models/discover.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function discover_install()
/**
* Cleans out the list of discovered extensions.
*
* @return boolean True on success
* @return boolean True on success
*
* @since 1.6
*/
Expand Down

0 comments on commit 5e9fc47

Please sign in to comment.