1 | <?php declare(strict_types=1); |
||
2 | |||
3 | namespace Stratadox\PhpGenerics\Generic; |
||
4 | |||
5 | /** |
||
6 | * Type Parameter example, just here as a label. Any other class name in this |
||
7 | * namespace can be used instead, whether it actually exists or not. |
||
8 | */ |
||
9 | final class Z |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
10 | { |
||
11 | } |
||
12 |