Completed
Push — master ( 571fb3...c04836 )
by André
60:55 queued 36:46
created
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/CsrfListenerTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @return CsrfProviderInterface|PHPUnit_Framework_MockObject_MockObject
171
+     * @return null|CsrfTokenManagerInterface
172 172
      */
173 173
     protected function getCsrfProviderMock()
174 174
     {
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @return PHPUnit_Framework_MockObject_MockObject|GetResponseEvent
194
+     * @return null|EventDispatcherInterface
195 195
      */
196 196
     protected function getEventMock($class = null)
197 197
     {
@@ -293,7 +293,7 @@  discard block
 block discarded – undo
293 293
     }
294 294
 
295 295
     /**
296
-     * @return PHPUnit_Framework_MockObject_MockObject|EventDispatcherInterface
296
+     * @return EventDispatcherInterface
297 297
      */
298 298
     protected function getEventDispatcherMock()
299 299
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/EventListenerTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,6 @@
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @param bool $csrfEnabled
136 135
      *
137 136
      * @return CsrfListener
138 137
      */
Please login to merge, or discard this patch.