Skip to content

Commit

Permalink
Fix alignment in documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kasunchathuranga committed Jul 31, 2013
1 parent 9d45176 commit d76008c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/TableSearch.class.php
Expand Up @@ -1378,10 +1378,10 @@ function getReplacePreview($columnIndex, $find, $replaceWith, $charSet)
/**
* Replaces a given string in a column with a give replacement
*
* @param int $columnIndex index of the column
* @param string $find string to find in the column
* @param string $replaceWith string to replace with
* @param string $charSet character set of the connection
* @param int $columnIndex index of the column
* @param string $find string to find in the column
* @param string $replaceWith string to replace with
* @param string $charSet character set of the connection
*
* @return void
*/
Expand Down

0 comments on commit d76008c

Please sign in to comment.