Issues (14)

src/Generic/Z.php (1 issue)

Labels
Severity
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
A parse error occurred: Syntax error, unexpected T_LNUMBER, expecting T_STRING on line 9 at column 12
Loading history...
10
{
11
}
12