@@ -84,6 +84,12 @@ |
||
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, |
@@ -40,7 +40,7 @@ |
||
40 | 40 | |
41 | 41 | /** |
42 | 42 | * @param Consent $consent |
43 | - * @param AttributeSet $releasedAttributes |
|
43 | + * @param \OpenConext\ProfileBundle\Attribute\AttributeSetWithFallbacks $releasedAttributes |
|
44 | 44 | * @param Arp $arp |
45 | 45 | * @return SpecifiedConsent |
46 | 46 | */ |