Completed
Pull Request — develop (#125)
by Michiel
01:25
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.
src/OpenConext/Profile/Value/SpecifiedConsent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.