Completed
Push — master ( 1f0c2f...0f605f )
by Evstati
13s
created
src/BusinessDaysSpan.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace CL\DateUtils;
4 4
 
5
-use DateTime;
6
-
7 5
 /**
8 6
  * Force week days.
9 7
  *
Please login to merge, or discard this patch.
src/Holidays.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,6 @@
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param DateTime $current
55
-     * @param DateTime $to
56 54
      */
57 55
     public function addDateTimeSpan(DateTimeSpan $span)
58 56
     {
Please login to merge, or discard this patch.