Skip to content

Commit

Permalink
Add missing method annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Apr 10, 2021
1 parent f2e7704 commit dfaca74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Facades/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* @method static self putSettingsHard(string $indexName, callable $modifier)
* @method static self drop(string $indexName)
* @method static self dropIfExists(string $indexName)
* @method static self putAlias(string $indexName, string $aliasName, array $filter = null)
* @method static self deleteAlias(string $indexName, string $aliasName)
*/
final class Index extends Facade
{
Expand Down

0 comments on commit dfaca74

Please sign in to comment.