Simon Podlipsky
Simon Podlipsky
Phpstan defines multiple variants now which breaks it for Safe https://github.com/phpstan/phpstan-src/blob/80ce9a404787133ff3fa266f90602728bf1c349c/resources/functionMap.php#L410-L411
(except datetime and gmp modules) Datetime can be generated after https://github.com/phpstan/phpstan-src/pull/2693 Gmp is not generated with my php for some reason
Resolves #270 (is not generated from docs)
Hi everyone! Json Datasource usage is growing rapidly and I feel like it's time for this question 🙂. Please answer the following questions if you use the datasource: - What...
This allows returning VO from id getter while it does not trigger entity lazy load. Supports `return $this->id|VO::someconstructor($this->id)|new VO($this->id)`