Completed
Pull Request — develop (#118)
by Michiel
11:54
created
Profile/Value/AttributeAggregation/AttributeAggregationAttribute.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -84,6 +84,11 @@
 block discarded – undo
84 84
         $this->isConnected = $isConnected;
85 85
     }
86 86
 
87
+    /**
88
+     * @param boolean $isConnected
89
+     * @param integer $id
90
+     * @param string $linkedId
91
+     */
87 92
     public static function fromConfig(
88 93
         AttributeAggregationAttributeConfiguration $enabledAttribute,
89 94
         $isConnected,
Please login to merge, or discard this patch.