Skip to content

Commit

Permalink
update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexucis committed Dec 4, 2017
1 parent b05d117 commit 7ccfabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function createIndexByAlias($alias)
}

/**
* @param $alias : alias can put here [REQUIRED]
* @param $alias : alias [REQUIRED]
* @return void
* @throws IndexNotFoundException
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function existsIndex($index);
public function createIndexByAlias($alias);

/**
* @param $alias : alias can put here [REQUIRED]
* @param string $alias [REQUIRED]
* @return void
* @throws IndexNotFoundException
*/
Expand Down

0 comments on commit 7ccfabd

Please sign in to comment.