Completed
Push — develop ( 7322c5...3524a4 )
by Michiel
17s queued 11s
created
Profile/Value/AttributeAggregation/AttributeAggregationAttribute.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -84,6 +84,12 @@
 block discarded – undo
84 84
         $this->isConnected = $isConnected;
85 85
     }
86 86
 
87
+    /**
88
+     * @param boolean $isConnected
89
+     * @param integer $id
90
+     * @param string $userId
91
+     * @param string $linkedId
92
+     */
87 93
     public static function fromConfig(
88 94
         AttributeAggregationAttributeConfiguration $enabledAttribute,
89 95
         $isConnected,
Please login to merge, or discard this patch.