Skip to content

Commit

Permalink
Fix order of phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 10, 2017
1 parent 1ef42ad commit 324c6ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/lib/Components/Helper/Root.php
Expand Up @@ -67,15 +67,15 @@ class Components_Helper_Root
/**
* Constructor.
*
* @param string $path If given the helper will try to
* @param array $opts If given the helper will try to
* determine the root of the Horde
* repository based on this path.
* repository based on these options.
* @param Components_Component $comp If given the helper will try to
* determine the root of the Horde
* repository based on this component.
* @param array $opts If given the helper will try to
* @param string $path If given the helper will try to
* determine the root of the Horde
* repository based on these options.
* repository based on this path.
*/
public function __construct(
$opts = array(),
Expand Down

0 comments on commit 324c6ea

Please sign in to comment.