Completed
Push — feature/ra-locations-model ( d07346...09efcd )
by A.
04:21
created
src/Surfnet/Stepup/Identity/Api/Identity.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
 {
25 25
     /**
26 26
      * Instantiate a new Whitelist, should not be used.
27
+     * @return void
27 28
      */
28 29
     public function __construct();
29 30
 
Please login to merge, or discard this patch.
src/Surfnet/Stepup/Configuration/Value/InstitutionConfigurationId.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
         return new self(Uuid::uuid5(self::UUID_NAMESPACE, $institution->getInstitution()));
36 36
     }
37 37
 
38
+    /**
39
+     * @param Uuid $institutionConfigurationId
40
+     */
38 41
     private function __construct($institutionConfigurationId)
39 42
     {
40 43
         $this->institutionConfigurationId = $institutionConfigurationId;
Please login to merge, or discard this patch.