Completed
Push — master ( e3b055...197347 )
by mehdi
02:54
created
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 OpenCafe\Datium as Datium;
4
-
5 3
  return array (
6 4
 
7 5
  'numbers' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'),
Please login to merge, or discard this patch.
src/TimeAgo.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use OpenCafe\Tools\Lang;
6 6
 use OpenCafe\Datium;
7
-use stdClass;
8 7
 
9 8
 /**
10 9
 * Calculate Time ago with current date difference
Please login to merge, or discard this patch.