Completed
Push — master ( 70a6c9...09b651 )
by Stefan
04:12
created
src/Entity/COD.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @return mixed
61
+     * @return string|null
62 62
      */
63 63
     public function getCODCode()
64 64
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return mixed
79
+     * @return string|null
80 80
      */
81 81
     public function getCODFundsCode()
82 82
     {
Please login to merge, or discard this patch.
src/Entity/Dimensions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @return int|null
91
+     * @return integer
92 92
      */
93 93
     public function getLength()
94 94
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return int|null
110
+     * @return integer
111 111
      */
112 112
     public function getWidth()
113 113
     {
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @return int|null
129
+     * @return integer
130 130
      */
131 131
     public function getHeight()
132 132
     {
Please login to merge, or discard this patch.
src/Entity/Discount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @return mixed
40
+     * @return double
41 41
      */
42 42
     public function getMonetaryValue()
43 43
     {
Please login to merge, or discard this patch.
src/Entity/EmailMessage.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @return mixed
122
+     * @return string
123 123
      */
124 124
     public function getUndeliverableEmailAddress()
125 125
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @return mixed
138
+     * @return string
139 139
      */
140 140
     public function getFromEmailAddress()
141 141
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     }
152 152
 
153 153
     /**
154
-     * @return mixed
154
+     * @return string
155 155
      */
156 156
     public function getFromName()
157 157
     {
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-     * @return mixed
170
+     * @return string
171 171
      */
172 172
     public function getMemo()
173 173
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     }
190 190
 
191 191
     /**
192
-     * @return mixed
192
+     * @return string
193 193
      */
194 194
     public function getSubject()
195 195
     {
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
     }
212 212
 
213 213
     /**
214
-     * @return mixed
214
+     * @return string
215 215
      */
216 216
     public function getSubjectCode()
217 217
     {
Please login to merge, or discard this patch.
src/Entity/FreightCharges.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @return mixed
40
+     * @return double
41 41
      */
42 42
     public function getMonetaryValue()
43 43
     {
Please login to merge, or discard this patch.
src/Entity/GeoCode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @return mixed
28
+     * @return string|null
29 29
      */
30 30
     public function getLatitude()
31 31
     {
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-     * @return mixed
44
+     * @return string|null
45 45
      */
46 46
     public function getLongitude()
47 47
     {
Please login to merge, or discard this patch.
src/Entity/InvoiceLineTotal.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         return $node;
46 46
     }
47 47
 
48
+    /**
49
+     * @return string|null
50
+     */
48 51
     public function getCurrencyCode()
49 52
     {
50 53
         return $this->currencyCode;
Please login to merge, or discard this patch.
src/Entity/LocationSearchCriteria.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @return mixed
63
+     * @return integer
64 64
      */
65 65
     public function getMaximumListSize()
66 66
     {
Please login to merge, or discard this patch.
src/Entity/Notification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @return mixed
83
+     * @return string|null
84 84
      */
85 85
     public function getNotificationCode()
86 86
     {
Please login to merge, or discard this patch.