Completed
Push — master ( 2604a0...14e09a )
by Joachim
02:14
created
Tests/Command/ConsumeWebhookQueueCommandTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     }
187 187
 
188 188
     /**
189
-     * @param array $methods
189
+     * @param string[] $methods
190 190
      *
191 191
      * @return WebhookExchangeRepository|\PHPUnit_Framework_MockObject_MockObject
192 192
      */
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     }
208 208
 
209 209
     /**
210
-     * @return \PHPUnit_Framework_MockObject_MockObject|ContainerInterface
210
+     * @return null|ContainerInterface
211 211
      */
212 212
     private function getContainer()
213 213
     {
Please login to merge, or discard this patch.
Tests/Command/EnqueueWebhooksCommandTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @return \PHPUnit_Framework_MockObject_MockObject|ContainerInterface
129
+     * @return null|ContainerInterface
130 130
      */
131 131
     private function getContainer()
132 132
     {
Please login to merge, or discard this patch.