8000 Merge branch '4.4' into 5.2 · symfony/http-foundation@62ede3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 62ede3f

Browse files
Merge branch '4.4' into 5.2
* 4.4: CS fixes Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents af90d1a + 108541d commit 62ede3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function setUp(): void
4040

4141
$r = new \ReflectionClass(\Memcached::class);
4242
$methodsToMock = array_map(function ($m) { return $m->name; }, $r->getMethods(\ReflectionMethod::IS_PUBLIC));
43-
$methodsToMock = array_diff($methodsToMock, ['getDelayed','getDelayedByKey']);
43+
$methodsToMock = array_diff($methodsToMock, ['getDelayed', 'getDelayedByKey']);
4444

4545
$this->memcached = $this->getMockBuilder(\Memcached::class)
4646
->disableOriginalConstructor()

0 commit comments

Comments
 (0)
0