Skip to content

Commit

Permalink
fix phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexucis committed Nov 20, 2017
1 parent 0affb80 commit 1e50f5e
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 @@ -532,7 +532,7 @@ public function deleteAllDocuments($alias)
* @param $alias [REQUIRED]
* @param $id [REQUIRED]
* @param string $type [REQUIRED]
* @param refresh boolean Refresh the index after performing the operation
* @param boolean $refresh, Refresh the index after performing the operation
* @return void
* @throws IndexNotFoundException
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function deleteAllDocuments($alias);
* @param $alias [REQUIRED]
* @param $id [REQUIRED]
* @param string $type [REQUIRED]
* @param refresh boolean Refresh the index after performing the operation
* @param boolean $refresh, Refresh the index after performing the operation
* @return void
* @throws IndexNotFoundException
*/
Expand Down

0 comments on commit 1e50f5e

Please sign in to comment.