@@ -168,7 +168,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | { |
@@ -132,7 +132,6 @@ |
||
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | /** |
| 135 | - * @param bool $csrfEnabled |
|
| 136 | 135 | * |
| 137 | 136 | * @return CsrfListener |
| 138 | 137 | */ |