scope.li
Results
1
comments of
scope.li
The same issue occurs when using DTOs. Here's an example: ```php #[Get(provider: ShapesProvider::class)] class Shapes { public function __construct( /** * @var array */ public array $items = [], )...