Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/DocumentRepository.stub
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DocumentRepository implements ObjectRepository
public function findAll();

/**
* @phpstan-param array<string, string> $criteria
* @phpstan-param array<string, mixed> $criteria
* @phpstan-param array<string, string>|null $sort
* @phpstan-param int|null $limit
* @phpstan-param int|null $skip
Expand Down
2 changes: 1 addition & 1 deletion stubs/Persistence/ObjectRepository.stub
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface ObjectRepository
public function findAll();

/**
* @phpstan-param array<string, string> $criteria
* @phpstan-param array<string, mixed> $criteria
* @phpstan-param array<string, 'asc'|'desc'|'ASC'|'DESC'>|null $orderBy
* @phpstan-param int|null $limit
* @phpstan-param int|null $offset
Expand Down
Loading