Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
abautu committed Nov 12, 2020
1 parent 932a551 commit b4a46b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function get_listing($path = '', $page = '') {
*
* @param string $searchtext search key word
* @param int $page page
* @return mixed see {@link repository::get_listing()}
* @return mixed see {@see repository::get_listing()}
*/
public function search($searchtext, $page = '') {
$data = $this->get_files(null, $searchtext, (int)$page);
Expand Down

0 comments on commit b4a46b0

Please sign in to comment.