DaveLiddament / php-language-extensions

Attributes to define new PHP language features (that are enforced by static analysis)
MIT License
135 stars 5 forks source link

Fix mistake using Builder instead Factory class #10

Closed JesusValera closed 1 year ago

JesusValera commented 1 year ago

📚 Description

On L88 the PersonFactory class is created but in L104 a PersonBuilder::create() is used 😃

JesusValera commented 1 year ago

Just found out this was already fixed at https://github.com/DaveLiddament/php-language-extensions/pull/8 👯