Completed
Push — master ( 09b651...3aad06 )
by Stefan
06:44 queued 02:46
created
src/Entity/GeoCode.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/InvoiceLineTotal.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.
src/Entity/Notification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @return mixed
42
+     * @return string|null
43 43
      */
44 44
     public function getCurrencyCode()
45 45
     {
Please login to merge, or discard this patch.