We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb0765 commit ebb4737Copy full SHA for ebb4737
3 files changed
src/Selection/TypedGroupedSelection.php
@@ -13,7 +13,7 @@
13
use Nette\Database\Table\Selection;
14
15
/**
16
- * @template TModel of Model
+ * @phpstan-template-covariant TModel of Model
17
*/
18
class TypedGroupedSelection extends GroupedSelection
19
{
src/Selection/TypedSelection.php
@@ -12,7 +12,7 @@
12
* @phpstan-extends Selection<TModel>
* @phpstan-ignore-next-line
src/Selection/TypedSelectionsTrait.php
@@ -8,7 +8,7 @@
8
use Fykosak\NetteORM\Model\Model;
9
10
11
trait TypedSelectionsTrait
0 commit comments