Completed
Pull Request — master (#3)
by Haralan
01:46
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   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -51,8 +51,6 @@  discard block
 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
     {
@@ -98,9 +96,7 @@  discard block
 block discarded – undo
98 96
     }
99 97
 
100 98
     /**
101
-     * @param  DateTime $from
102
-     * @param  DateTime $date
103
-     * @return DateTime
99
+     * @return DateTimeSpan
104 100
      */
105 101
     public function extendDateTimeSpan(DateTimeSpan $span)
106 102
     {
Please login to merge, or discard this patch.