Completed
Push — master ( 70a6c9...09b651 )
by Stefan
04:12
created
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.
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.