Skip to content

Commit

Permalink
Fix level 0 PHPStan errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
slashrsm committed Apr 14, 2022
1 parent 10fe4fe commit c603567
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/Abstracts/AbstractQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ abstract class AbstractQuery
*/
protected $fragmentParser;

/**
* @var array
*/
protected $types;

/**
* Prepare the query. Add filters, sorting, ....
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Managers/IndicesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function registerIndices(array $indices)
}

/**
* @return AbstractIndex
* @return void
*
* @param string $indexName
*/
Expand Down

0 comments on commit c603567

Please sign in to comment.