Skip to content

Commit b8ff374

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix CS Fix CS Fix CS [DependencyInjection][Xml] Fix the attribute 'tag' is not allowed in 'bind' tag
2 parents 731020d + ff3ab7c commit b8ff374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Firewall/ContextListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function testOnKernelResponseListenerRemovesItself()
222222
->willReturn(true);
223223
$request->expects($this->any())
224224
->method('getSession')
225-
->will($this->returnValue($session));
225+
->willReturn($session);
226226

227227
$event = new ResponseEvent($this->createMock(HttpKernelInterface::class), $request, HttpKernelInterface::MASTER_REQUEST, new Response());
228228

0 commit comments

Comments
 (0)