Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix code docblocks
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 8, 2014
1 parent 7996bd1 commit e47566f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/Advisor.class.php
Expand Up @@ -188,7 +188,7 @@ function translate($str, $param = null)
*
* @param string $rule the rule
*
* @return array
* @return string[]
*/
static function splitJustification($rule)
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/Config.class.php
Expand Up @@ -734,7 +734,7 @@ function checkGitRevision()
/**
* Checks if given URL is 200 or 404, optionally returns data
*
* @param mixed $link curl link
* @param string $link the URL to check
* @param boolean $get_body whether to retrieve body of document
*
* @return string|boolean test result or data
Expand Down
2 changes: 1 addition & 1 deletion libraries/DatabaseInterface.class.php
Expand Up @@ -1335,7 +1335,7 @@ public function getColumnNames($database, $table, $link = null)
* @param string $table name of the table whose indexes are to be retreived
* @param string $where additional conditions for WHERE
*
* @return array $indexes
* @return string SQL for getting indexes
*/
public function getTableIndexesSql($database, $table, $where = null)
{
Expand Down

0 comments on commit e47566f

Please sign in to comment.