Errors
Table of Contents
| src/lib/Default/smr.inc.php | 1 |
| src/lib/Smr/Chess/Board.php | 1 |
| src/lib/Smr/Port.php | 1 |
| src/lib/Smr/StdlibExtensions/InfiniteArrayIterator.php | 1 |
smr.inc.php
| Type | Line | Description |
|---|---|---|
| ERROR | 853 | Tag "method" with body "@method array<T, float> $choices" has error An array can have only integers or strings as keys |
Board.php
| Type | Line | Description |
|---|---|---|
| ERROR | 13 | Tag "method" with body "@method array<value-of<Colour>, array<Castling>>" has error An array can have only integers or strings as keys |
Port.php
| Type | Line | Description |
|---|---|---|
| ERROR | 1337 | Tag "method" with body "@method non-empty-array<int, AbstractPlayer> $targetPlayers" has error non-empty-array is not a collection |
InfiniteArrayIterator.php
| Type | Line | Description |
|---|---|---|
| ERROR | 23 | Tag "method" with body "@method array<K, V> $arr Array to iterate over" has error An array can have only integers or strings as keys |