Completed
Push — feature/create-rv-customizable... ( dd8346 )
by
unknown
01:43
created
SelfServiceBundle/Service/RemoteVetting/Encryption/IdentityData.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
      * @param AttributeCollectionInterface $attributeCollectionAggregate
54 54
      * @param string $nameId
55 55
      * @param string $applicationVersion
56
-     * @param $institution
57
-     * @param $remoteVettingSource
56
+     * @param string $institution
57
+     * @param string $remoteVettingSource
58 58
      * @throws \Assert\AssertionFailedException
59 59
      */
60 60
     public function __construct(
@@ -76,6 +76,9 @@  discard block
 block discarded – undo
76 76
         $this->remoteVettingSource = $remoteVettingSource;
77 77
     }
78 78
 
79
+    /**
80
+     * @return string
81
+     */
79 82
     public function serialize()
80 83
     {
81 84
         return json_encode(
Please login to merge, or discard this patch.