Completed
Push — master ( b06dd7...b2af16 )
by Michiel
13:10
created
Messaging/ValueObjects/ReadStatus.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
     /**
50 50
      * Checks if the given read status is a valid read status.
51 51
      *
52
-     * @param mixed $readStatus The read status we check
52
+     * @param integer $readStatus The read status we check
53 53
      *
54
-     * @return true if the read status is valid.
54
+     * @return boolean if the read status is valid.
55 55
      *
56 56
      * @throws \InvalidArgumentException If the read status is invalid.
57 57
      */
Please login to merge, or discard this patch.
Messaging/ValueObjects/ThreadStatus.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      *
56 56
      * @param integer $threadStatus One of the thread status constants
57 57
      *
58
-     * @return true if the read status is valid.
58
+     * @return boolean if the read status is valid.
59 59
      *
60 60
      * @throws \InvalidArgumentException If the read status is invalid.
61 61
      */
Please login to merge, or discard this patch.
MessagingBundle/Controller/ShowThreadController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
      * @param ParticipantInterface $loggedInUser
194 194
      * @param ThreadInterface      $thread
195 195
      *
196
-     * @return threadInterface
196
+     * @return ThreadInterface
197 197
      */
198 198
     protected function doThreadProcessing(ParticipantInterface $loggedInUser, ThreadInterface $thread)
199 199
     {
Please login to merge, or discard this patch.
MessagingBundle/Tests/DependencyInjection/MilioooMessagingExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     /**
115 115
      * Asserts that a parameter key has a certain value
116 116
      *
117
-     * @param mixed  $value
117
+     * @param string  $value
118 118
      * @param string $key
119 119
      */
120 120
     private function assertParameter($value, $key)
Please login to merge, or discard this patch.