Completed
Push — master ( 615209...0db88d )
by William Johnson S.
07:08
created
src/HttpApi.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -387,6 +387,9 @@
 block discarded – undo
387 387
         return $punches;
388 388
     }
389 389
 
390
+    /**
391
+     * @param string $date
392
+     */
390 393
     private function createPunchesDate($date, array $punches = [])
391 394
     {
392 395
         $dates = [];
Please login to merge, or discard this patch.