Passed
Push — master ( f87cd0...02e408 )
by
unknown
08:57
created
Models/Adapters/UserQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,8 @@
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param User $userDto
55
-     * @return User|PartFireException
54
+     * @param UserBase $userDto
55
+     * @return \PartFire\MangoPayBundle\Models\DTOs\UserNatural
56 56
      */
57 57
     public function create(UserBase $userDto)
58 58
     {
Please login to merge, or discard this patch.
Models/DTOs/UserLegal.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param mixed $firstName
58
+     * @param string $firstName
59 59
      */
60 60
     public function setFirstName($firstName)
61 61
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @param mixed $lastName
74
+     * @param string $lastName
75 75
      */
76 76
     public function setLastName($lastName)
77 77
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @param mixed $legalRepresentativeBirthday
90
+     * @param integer $legalRepresentativeBirthday
91 91
      */
92 92
     public function setLegalRepresentativeBirthday($legalRepresentativeBirthday)
93 93
     {
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param mixed $nationality
106
+     * @param string $nationality
107 107
      */
108 108
     public function setNationality($nationality)
109 109
     {
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param mixed $countryOfResidence
122
+     * @param string $countryOfResidence
123 123
      */
124 124
     public function setCountryOfResidence($countryOfResidence)
125 125
     {
Please login to merge, or discard this patch.