Completed
Pull Request — master (#26)
by Yann
02:54
created
src/DTO/ContactDetails.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
     
82 82
     /**
83
-     * @param string $name
83
+     * @param string $phoneNumber
84 84
      */
85 85
     public function setPhoneNumber($phoneNumber)
86 86
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
     
98 98
     /**
99
-     * @param string $name
99
+     * @param string $mobileNumber
100 100
      */
101 101
     public function setMobileNumber($mobileNumber)
102 102
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
     
114 114
     /**
115
-     * @param string $name
115
+     * @param string $faxNumber
116 116
      */
117 117
     public function setFaxNumber($faxNumber)
118 118
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     }
129 129
     
130 130
     /**
131
-     * @param string $name
131
+     * @param string $emailAddress
132 132
      */
133 133
     public function setEmailAddress($emailAddress)
134 134
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
     
146 146
     /**
147
-     * @param string $name
147
+     * @param string $other
148 148
      */
149 149
     public function setOther($other)
150 150
     {
Please login to merge, or discard this patch.