Completed
Push — master ( 110758...75ad9d )
by Adam
21:29
created
src/IPub/DoctrineBlameable/Events/BlameableListener.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 	/**
92 92
 	 * Register events
93 93
 	 *
94
-	 * @return array
94
+	 * @return string[]
95 95
 	 */
96 96
 	public function getSubscribedEvents()
97 97
 	{
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
 	/**
318 318
 	 * Create default annotation reader for extensions
319 319
 	 *
320
-	 * @return Common\Annotations\AnnotationReader
320
+	 * @return Common\Annotations\CachedReader
321 321
 	 */
322 322
 	private function getDefaultAnnotationReader()
323 323
 	{
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
 	/**
336 336
 	 * Checks if $field type is valid
337 337
 	 *
338
-	 * @param object $meta
338
+	 * @param ORM\Mapping\ClassMetadata $meta
339 339
 	 * @param string $field
340 340
 	 *
341 341
 	 * @return boolean
Please login to merge, or discard this patch.
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -15,16 +15,10 @@
 block discarded – undo
15 15
 namespace IPub\DoctrineBlameable\Events;
16 16
 
17 17
 use Nette;
18
-use Nette\Utils;
19
-use Nette\Security as NS;
20
-
21 18
 use Doctrine;
22 19
 use Doctrine\Common;
23 20
 use Doctrine\ORM;
24
-
25
-use Kdyby;
26 21
 use Kdyby\Events;
27
-
28 22
 use IPub;
29 23
 use IPub\DoctrineBlameable;
30 24
 use IPub\DoctrineBlameable\Exceptions;
Please login to merge, or discard this patch.