StoutLogic / acf-builder

An Advanced Custom Field Configuration Builder
GNU General Public License v2.0
792 stars 61 forks source link

Fix missing methods to the FieldBuilder doc block #139

Closed titouanmathis closed 3 years ago

titouanmathis commented 3 years ago

The addFields() and addRelationship() methods are available from a FieldBuilder instance through the ParentDelegationBuilder class. PHPStan should not warn us that they are undefined.

Fix #137.

stevep commented 3 years ago

Thanks @titouanmathis !