Completed
Push — master ( 497e6f...98e4ef )
by Filip
02:12
created
src/Kdyby/Doctrine/Connection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 
63 63
 	/**
64 64
 	 * @internal
65
-	 * @param Doctrine\ORM\EntityManager $em
65
+	 * @param EntityManager $em
66 66
 	 * @return $this
67 67
 	 */
68 68
 	public function bindEntityManager(Doctrine\ORM\EntityManager $em)
@@ -427,7 +427,7 @@  discard block
 block discarded – undo
427 427
 
428 428
 
429 429
 	/**
430
-	 * @param \Exception|\Throwable $e
430
+	 * @param \PDOException $e
431 431
 	 * @return string|NULL
432 432
 	 */
433 433
 	private static function resolveExceptionTable($e)
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Diagnostics/Panel.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -630,7 +630,7 @@  discard block
 block discarded – undo
630 630
 
631 631
 	/**
632 632
 	 * @param \Doctrine\Common\Annotations\AnnotationException $e
633
-	 * @return string|bool
633
+	 * @return false|string
634 634
 	 */
635 635
 	public static function highlightAnnotationLine(AnnotationException $e)
636 636
 	{
@@ -672,7 +672,7 @@  discard block
 block discarded – undo
672 672
 
673 673
 
674 674
 	/**
675
-	 * @param \Reflector|\Nette\Reflection\ClassType|\Nette\Reflection\Method|\Nette\Reflection\Property $refl
675
+	 * @param \Reflector $refl
676 676
 	 * @param \Exception|\Throwable $e
677 677
 	 * @param int|NULL $startLine
678 678
 	 * @return int|NULL
@@ -710,7 +710,7 @@  discard block
 block discarded – undo
710 710
 
711 711
 
712 712
 	/**
713
-	 * @param \Reflector|\Nette\Reflection\ClassType|\Nette\Reflection\Method $refl
713
+	 * @param \Reflector $refl
714 714
 	 * @param int $symbolPos
715 715
 	 * @return int
716 716
 	 */
@@ -730,8 +730,9 @@  discard block
 block discarded – undo
730 730
 
731 731
 
732 732
 	/**
733
-	 * @param \Reflector|Nette\Reflection\ClassType|Nette\Reflection\Method $refl
733
+	 * @param \Reflector $refl
734 734
 	 * @param $annotation
735
+	 * @return string
735 736
 	 */
736 737
 	private static function findRenamed(\Reflector $refl, $annotation)
737 738
 	{
@@ -760,7 +761,7 @@  discard block
 block discarded – undo
760 761
 
761 762
 
762 763
 	/**
763
-	 * @param \Nette\Reflection\ClassType|\Nette\Reflection\Method|\Reflector $refl
764
+	 * @param \Reflector $refl
764 765
 	 * @param int|null $atPos
765 766
 	 * @return string
766 767
 	 */
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/exceptions.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	/**
139 139
 	 * This is just a paranoia, hopes no one actually serializes exceptions.
140 140
 	 *
141
-	 * @return array
141
+	 * @return string[]
142 142
 	 */
143 143
 	public function __sleep()
144 144
 	{
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
 
165 165
 
166 166
 	/**
167
-	 * @param \Exception|\Throwable $previous
167
+	 * @param \Exception $previous
168 168
 	 * @param array $columns
169 169
 	 * @param string $query
170 170
 	 * @param array $params
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 
180 180
 
181 181
 	/**
182
-	 * @return array
182
+	 * @return string[]
183 183
 	 */
184 184
 	public function __sleep()
185 185
 	{
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
 
206 206
 
207 207
 	/**
208
-	 * @param \Exception|\Throwable $previous
208
+	 * @param \PDOException $previous
209 209
 	 * @param string|NULL $column
210 210
 	 * @param string $query
211 211
 	 * @param array $params
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
 
221 221
 
222 222
 	/**
223
-	 * @return array
223
+	 * @return string[]
224 224
 	 */
225 225
 	public function __sleep()
226 226
 	{
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/NativeQueryWrapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -199,6 +199,9 @@
 block discarded – undo
199 199
 
200 200
 
201 201
 
202
+	/**
203
+	 * @return string
204
+	 */
202 205
 	public function getSQL()
203 206
 	{
204 207
 		return $this->nativeQuery->getSQL();
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/ResultSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
363 363
 
364 364
 	/**
365 365
 	 * @param \Doctrine\ORM\AbstractQuery|\Doctrine\ORM\Query|\Doctrine\ORM\NativeQuery $query
366
-	 * @return \Doctrine\ORM\Tools\Pagination\Paginator
366
+	 * @return null|ResultPaginator
367 367
 	 */
368 368
 	private function createPaginatedQuery(ORM\AbstractQuery $query)
369 369
 	{
Please login to merge, or discard this patch.