Alexsander

Results 5 comments of Alexsander

It mast work on all *nix systems

Like this https://automapper.jolicode.com/latest/getting-started/context/?h=const#constructor-arguments ```php class UserDto { public function __construct(private string $name, private \DateTime $createdAt) {} } $source = new User(); $source->name = 'Jane'; $target = $autoMapper->map($source, UserDTO::class, [ 'constructor_arguments'...

@Xenira i think about, how reuse attribute ```#[php(implements(ce = ce_fn, stub = "InterfaceName"))]``` But there is one problem, i don't know how to solve, It's how get &'static ClassEntry before...