Hi,
If you could add:
@mixin \StoutLogic\AcfBuilder\FieldsBuilder
As an annotation to the FieldBuilder it would be much appreciated.
The above allows PhpStorm etc to know that all methods from FieldsBuilder are available on FieldBuilder via the __call magic method.
Hi,
If you could add:
As an annotation to the
FieldBuilderit would be much appreciated.The above allows PhpStorm etc to know that all methods from
FieldsBuilderare available onFieldBuildervia the__callmagic method.