Generics in depth
An in-depth look at generics in PHP, covering their use beyond collections and how static analyzers implement them via docblocks.
An in-depth look at generics in PHP, covering their use beyond collections and how static analyzers implement them via docblocks.
A video and transcript explaining how to implement and use generics in PHP via docblocks, with support from PHPStan, Psalm, and PhpStorm.
A programmer questions the inconsistency in using fully qualified class names in doc blocks versus real PHP types, exploring rational thinking in coding habits.