Closed dereuromark closed 3 years ago
Final changes for full generic support.
Now uses
\ArrayObject<type>
\Complex\Collection|type[]
\Complex\Collection<type>
\Complex\Collection|array<type>
Also:
string[][][]
Final changes for full generic support.
Now uses
\ArrayObject<type>
simple generics understood by PHPStorm\Complex\Collection|type[]
collection object understood by PHPStorm and PHPStan/Psalm\Complex\Collection<type>
as this is not understood by PHPStorm\Complex\Collection|array<type>
as this is invalid as per PHPStan/PsalmAlso:
string[][][]
to generics (nested levels)