Completed
Pull Request — master (#18)
by Samuel
03:55
created
src/Recurrence/Constraint/ExcludeWeekendConstraint.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @param \Datetime $date
31
+     * @param \DateTime $datetime
32 32
      * @return bool
33 33
      */
34 34
     private function isWeekend($datetime) {
Please login to merge, or discard this patch.