Passed
Push — master ( 224db0...04cfc9 )
by Thiago
33s
created
src/Base/Charge.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @return the $charging
98
+     * @return string $charging
99 99
      */
100 100
     public function getCharging(): string
101 101
     {
Please login to merge, or discard this patch.
src/Base/CreditCard.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @return the $number
74
+     * @return integer $number
75 75
      */
76 76
     public function getNumber(): int
77 77
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @return the $validate
90
+     * @return DateTime $validate
91 91
      */
92 92
     public function getValidate(): DateTime
93 93
     {
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @return the $security
106
+     * @return integer $security
107 107
      */
108 108
     public function getSecurityNumber(): int
109 109
     {
Please login to merge, or discard this patch.
src/Base/Customer.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 boolean
84 84
      */
85 85
     public function getHelpfulMaturity(): bool
86 86
     {
Please login to merge, or discard this patch.