Completed
Push — release-2.x ( ec4564...bc74bb )
by A.
04:15
created
Configuration/CommandHandler/ConfigurationCommandHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return null|\Surfnet\Stepup\Configuration\Api\Configuration
80
+     * @return \Broadway\Domain\AggregateRoot|null
81 81
      */
82 82
     private function getConfiguration()
83 83
     {
Please login to merge, or discard this patch.
ApiBundle/Identity/Value/RegistrationAuthorityCredentials.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return string
187
+     * @return Location|null
188 188
      */
189 189
     public function getLocation()
190 190
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return string
195
+     * @return ContactInformation|null
196 196
      */
197 197
     public function getContactInformation()
198 198
     {
Please login to merge, or discard this patch.