Completed
Pull Request — master (#89)
by
unknown
06:07 queued 02:48
created
src/Tracking.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * Set begin date
158 158
      *
159
-     * @param string $beginDate
159
+     * @param DateTime $beginDate
160 160
      *
161 161
      */
162 162
     public function setBeginDate(DateTime $beginDate)
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     /**
168 168
      * Set end date
169 169
      *
170
-     * @param string $endDate
170
+     * @param DateTime $endDate
171 171
      *
172 172
      */
173 173
     public function setEndDate(DateTime $endDate)
Please login to merge, or discard this patch.