Completed
Push — master ( 47ade2...461ffe )
by João Felipe Magro
04:47
created
src/Ipag/Classes/Customer.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @return Phone
90
+     * @return string
91 91
      */
92 92
     public function getPhone()
93 93
     {
@@ -109,7 +109,6 @@  discard block
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @param string $type
113 112
      */
114 113
     private function setType()
115 114
     {
@@ -145,7 +144,8 @@  discard block
 block discarded – undo
145 144
     }
146 145
 
147 146
     /**
148
-     * @param Phone $phone
147
+     * @param string $areaCode
148
+     * @param string $number
149 149
      */
150 150
     public function setPhone($areaCode, $number)
151 151
     {
Please login to merge, or discard this patch.