Completed
Push — master ( 2db1a0...30dbf0 )
by Adam
31:22 queued 22:03
created
src/IPub/DoctrineBlameable/Events/BlameableListener.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 	/**
63 63
 	 * Register events
64 64
 	 *
65
-	 * @return array
65
+	 * @return string[]
66 66
 	 */
67 67
 	public function getSubscribedEvents()
68 68
 	{
Please login to merge, or discard this 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.