lombok-php icon indicating copy to clipboard operation
lombok-php copied to clipboard

Put your PHP8+ project on a diet by reducing total number of boilerplate code.

Results 4 lombok-php issues
Sort by recently updated
recently updated
newest added

Support for "readonly" properties is missing. In such case only getters are allowed.

C'tor promotion seems not to be handled correctly, i.e. ``` #[Getter] class Test { public function __construct(protected array $consumes = []) {} ... } ``` does not seem to expose...

Thank you for attending #6 . Now I have a question: Is it possible to include some annotation to support the @Builder attribute (with tobuilder, of course) so that DTO's...