From 5e63d9705c2a925fc648b42d493996a49b1fa188 Mon Sep 17 00:00:00 2001 From: Rick Guyer Date: Mon, 18 Jul 2022 15:24:04 -0500 Subject: [PATCH] Add Metafield property and method to docblock SmartCollection has Metafield support, but static analysis will complain unless it is described in the docblock. --- lib/SmartCollection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/SmartCollection.php b/lib/SmartCollection.php index d39925c..2d7a347 100644 --- a/lib/SmartCollection.php +++ b/lib/SmartCollection.php @@ -15,8 +15,10 @@ * SmartCollection -> Child Resources * -------------------------------------------------------------------------- * @property-read Event $Event + * @property-read Metafield $Metafield * * @method Event Event(integer $id = null) + * @method Metafield Metafield(integer $id = null) * * -------------------------------------------------------------------------- * SmartCollection -> Custom actions