Completed
Push — feature/upgrade-remote-vetting ( 883904 )
by
unknown
65:35
created
SelfServiceBundle/Service/RemoteVetting/Dto/AttributeListDto.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
      */
46 46
     private $nameId;
47 47
 
48
+    /**
49
+     * @param string $nameId
50
+     */
48 51
     public function __construct(array $attributes, $nameId)
49 52
     {
50 53
         Assert::string($nameId, 'The $nameId in an AttributeListDto must be a string value');
Please login to merge, or discard this patch.
Service/RemoteVetting/Dto/RemoteVettingIdenityProviderDto.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,8 +42,6 @@  discard block
 block discarded – undo
42 42
     private $slug;
43 43
 
44 44
     /**
45
-     * @param string $identityId
46
-     * @param string $secondFactorId
47 45
      * @return RemoteVettingIdenityProviderDto
48 46
      */
49 47
     public static function create(array $configData)
@@ -74,7 +72,7 @@  discard block
 block discarded – undo
74 72
     }
75 73
 
76 74
     /**
77
-     * @return string[]
75
+     * @return string
78 76
      */
79 77
     public function getDescription($lang)
80 78
     {
Please login to merge, or discard this patch.