Completed
Push — master ( 2db1a0...30dbf0 )
by Adam
31:22 queued 22:03
created
src/IPub/DoctrineBlameable/Mapping/Driver/Blameable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,11 +15,9 @@
 block discarded – undo
15 15
 namespace IPub\DoctrineBlameable\Mapping\Driver;
16 16
 
17 17
 use Nette;
18
-
19 18
 use Doctrine;
20 19
 use Doctrine\Common;
21 20
 use Doctrine\ORM;
22
-
23 21
 use IPub;
24 22
 use IPub\DoctrineBlameable;
25 23
 use IPub\DoctrineBlameable\Exceptions;
Please login to merge, or discard this patch.
src/IPub/DoctrineBlameable/Events/BlameableListener.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -15,15 +15,9 @@
 block discarded – undo
15 15
 namespace IPub\DoctrineBlameable\Events;
16 16
 
17 17
 use Nette;
18
-use Nette\Utils;
19
-
20 18
 use Doctrine;
21
-use Doctrine\Common;
22 19
 use Doctrine\ORM;
23
-
24
-use Kdyby;
25 20
 use Kdyby\Events;
26
-
27 21
 use IPub;
28 22
 use IPub\DoctrineBlameable;
29 23
 use IPub\DoctrineBlameable\Exceptions;
Please login to merge, or discard this patch.