Completed
Push — master ( 09b651...3aad06 )
by Stefan
06:44 queued 02:46
created
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/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/OriginAddress.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return mixed
43
+     * @return integer
44 44
      */
45 45
     public function getMaximumListSize()
46 46
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return mixed
67
+     * @return GeoCode
68 68
      */
69 69
     public function getGeoCode()
70 70
     {
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @param mixed $geoCode
75
+     * @param GeoCode $geoCode
76 76
      */
77 77
     public function setGeoCode(GeoCode $geoCode)
78 78
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @return mixed
115
+     * @return string|null
116 116
      */
117 117
     public function getPhoneNumber()
118 118
     {
Please login to merge, or discard this patch.
src/Entity/PackageServiceOptions.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-     * @return InsuredValue|null
87
+     * @return InsuredValue
88 88
      */
89 89
     public function getInsuredValue()
90 90
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param $var
95
+     * @param InsuredValue $var
96 96
      */
97 97
     public function setInsuredValue($var)
98 98
     {
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @return COD|null
103
+     * @return COD
104 104
      */
105 105
     public function getCOD()
106 106
     {
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     }
109 109
 
110 110
     /**
111
-     * @param $var
111
+     * @param COD $var
112 112
      */
113 113
     public function setCOD($var)
114 114
     {
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @return string|null
119
+     * @return string
120 120
      */
121 121
     public function getEarliestDeliveryTime()
122 122
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @return string|null
135
+     * @return string
136 136
      */
137 137
     public function getHazardousMaterialsCode()
138 138
     {
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @return string|null
151
+     * @return string
152 152
      */
153 153
     public function getHoldForPickup()
154 154
     {
Please login to merge, or discard this patch.
src/Entity/RateInformation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param $value
68
+     * @param boolean $value
69 69
      *
70 70
      * @return $this
71 71
      */
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @param $value
88
+     * @param boolean $value
89 89
      *
90 90
      * @return $this
91 91
      */
Please login to merge, or discard this patch.
src/Entity/ReferenceNumber.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     private $barCodeIndicator;
51 51
 
52 52
     /**
53
-     * @return string|null
53
+     * @return string
54 54
      */
55 55
     public function getCode()
56 56
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-     * @return string|null
69
+     * @return string
70 70
      */
71 71
     public function getValue()
72 72
     {
Please login to merge, or discard this patch.
src/Entity/ShipmentIndicationType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @return mixed
50
+     * @return string|null
51 51
      */
52 52
     public function getCode()
53 53
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return mixed
66
+     * @return string|null
67 67
      */
68 68
     public function getDescription()
69 69
     {
Please login to merge, or discard this patch.
src/Entity/ShipmentWeight.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         $this->weight = $weight;
49 49
     }
50 50
 
51
+    /**
52
+     * @return string|null
53
+     */
51 54
     public function getWeight()
52 55
     {
53 56
         return $this->weight;
Please login to merge, or discard this patch.