Completed
Push — master ( a3613c...0523bb )
by Thiago
01:45
created
src/Common/Base/Address.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     private $complement;
58 58
 
59 59
     /**
60
-     * @return the $city
60
+     * @return string $city
61 61
      */
62 62
     public function getCity()
63 63
     {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @return the $state
82
+     * @return string $state
83 83
      */
84 84
     public function getState()
85 85
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return the $postalCode
104
+     * @return string $postalCode
105 105
      */
106 106
     public function getPostalCode()
107 107
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @return the $address
126
+     * @return string $address
127 127
      */
128 128
     public function getAddress()
129 129
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return the $number
148
+     * @return integer $number
149 149
      */
150 150
     public function getNumber()
151 151
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @return the $district
173
+     * @return string $district
174 174
      */
175 175
     public function getDistrict()
176 176
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return the $complement
195
+     * @return string $complement
196 196
      */
197 197
     public function getComplement()
198 198
     {
Please login to merge, or discard this patch.
src/Common/Base/BankAccount.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return int
56
+     * @return string
57 57
      */
58 58
     public function getNumber()
59 59
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @return int
78
+     * @return string
79 79
      */
80 80
     public function getDigit()
81 81
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
     }
98 98
 
99 99
     /**
100
-     * @return int
100
+     * @return string
101 101
      */
102 102
     public function getOperation()
103 103
     {
Please login to merge, or discard this patch.
src/Common/Base/Charge.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     private $occurrence = Occurrence::INSERT;
77 77
 
78 78
     /**
79
-     * @return the $charging
79
+     * @return string $charging
80 80
      */
81 81
     public function getCharging()
82 82
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return Occurrence
110
+     * @return string
111 111
      */
112 112
     public function getOccurrence()
113 113
     {
Please login to merge, or discard this patch.
src/Common/Base/ConsumerUnity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @return mixed
95
+     * @return DateTime
96 96
      */
97 97
     public function getRead()
98 98
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return number
127
+     * @return integer
128 128
      */
129 129
     public function getCode()
130 130
     {
Please login to merge, or discard this patch.
src/Common/Base/CreditCard.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @return the $number
88
+     * @return string $number
89 89
      */
90 90
     public function getNumber()
91 91
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return the $validate
110
+     * @return DateTime $validate
111 111
      */
112 112
     public function getValidate()
113 113
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @return the $security
126
+     * @return string $security
127 127
      */
128 128
     public function getSecurityNumber()
129 129
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return string
148
+     * @return integer
149 149
      */
150 150
     public function getFlag()
151 151
     {
Please login to merge, or discard this patch.
src/Common/Base/Customer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-     * @return mixed
87
+     * @return boolean
88 88
      */
89 89
     public function getHelpfulMaturity()
90 90
     {
Please login to merge, or discard this patch.
src/Common/Base/Person.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @return Email
166
+     * @return string
167 167
      */
168 168
     public function getEmail()
169 169
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
 
197 197
     /**
198
-     * @return the $fatherName
198
+     * @return string $fatherName
199 199
      */
200 200
     public function getFatherName()
201 201
     {
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
     }
212 212
 
213 213
     /**
214
-     * @return the $motherName
214
+     * @return string $motherName
215 215
      */
216 216
     public function getMotherName()
217 217
     {
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
     }
228 228
 
229 229
     /**
230
-     * @return the $person
230
+     * @return string $person
231 231
      */
232 232
     public function getPerson()
233 233
     {
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
     }
251 251
 
252 252
     /**
253
-     * @return mixed
253
+     * @return string
254 254
      */
255 255
     public function getSalaried()
256 256
     {
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
     }
259 259
 
260 260
     /**
261
-     * @param mixed $salaried
261
+     * @param string $salaried
262 262
      */
263 263
     public function setSalaried($salaried)
264 264
     {
Please login to merge, or discard this patch.