Completed
Push — master ( 13abb0...106f43 )
by mehdi
02:24
created
src/Events/Events.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Datium;
2 2
 
3 3
 use Datium\Tools\Convert;
4
-use Datium\Tools\DayOf;
5 4
 use DateTime;
6 5
 use DateInterval;
7 6
 use DatePeriod;
Please login to merge, or discard this patch.
src/CalendarSettings/Gregorian.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
- use Datium\Datium as Datium;
4
-
5 3
  return array (
6 4
 
7 5
  /************************************************************
Please login to merge, or discard this patch.