Completed
Push — master ( 6ba45c...e1d569 )
by Giancarlos
04:03
created
src/Greenter/Model/Perception/PerceptionDetail.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     private $tipoCambio;
107 107
 
108 108
     /**
109
-     * @return mixed
109
+     * @return string
110 110
      */
111 111
     public function getTipoDoc()
112 112
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return mixed
127
+     * @return string
128 128
      */
129 129
     public function getNumDoc()
130 130
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
 
144 144
     /**
145
-     * @return mixed
145
+     * @return \DateTime
146 146
      */
147 147
     public function getFechaEmision()
148 148
     {
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     }
179 179
 
180 180
     /**
181
-     * @return mixed
181
+     * @return string
182 182
      */
183 183
     public function getMoneda()
184 184
     {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
     /**
199
-     * @return mixed
199
+     * @return Payment[]
200 200
      */
201 201
     public function getCobros()
202 202
     {
Please login to merge, or discard this patch.
src/Greenter/Model/Retention/Retention.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
     }
282 282
 
283 283
     /**
284
-     * @return mixed
284
+     * @return RetentionDetail[]
285 285
      */
286 286
     public function getDetails()
287 287
     {
Please login to merge, or discard this patch.