Completed
Push — master ( b5142e...7e2034 )
by Florian
05:04 queued 02:46
created
AMQP/SqlConsumer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * @param DataTransformerInterface $transformer
61 61
      * @param PersisterInterface $persister
62 62
      * @param SerializerInterface $serializer
63
-     * @param array $ignoredTypes
63
+     * @param string[] $ignoredTypes
64 64
      * @param string $msgClass
65 65
      * @param string $format
66 66
      */
Please login to merge, or discard this patch.
DataMapper/DataMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
      * @param string $entity
253 253
      * @param string $relation
254 254
      *
255
-     * @return array|null
255
+     * @return string|null
256 256
      */
257 257
     public function getJoinTable($container, $entity, $relation)
258 258
     {
Please login to merge, or discard this patch.
DataTransformer/DataTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
     /**
113 113
      * @param string $type
114 114
      * @param string $field
115
-     * @param mixed  $value
115
+     * @param string  $value
116 116
      *
117 117
      * @throws InvalidArgumentException
118 118
      */
Please login to merge, or discard this patch.
Tests/AMQP/SqlConsumerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @return \PHPUnit_Framework_MockObject_MockObject|\Psr\Log\LoggerInterface
72
+     * @return \Psr\Log\LoggerInterface
73 73
      */
74 74
     private function getLoggerMock()
75 75
     {
Please login to merge, or discard this patch.