Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 1, 2020
2 parents 992a67e + 889007a commit 79148b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/
class MemcachedSessionHandlerTest extends TestCase
{
const PREFIX = 'prefix_';
const TTL = 1000;
private const PREFIX = 'prefix_';
private const TTL = 1000;

/**
* @var MemcachedSessionHandler
Expand Down

0 comments on commit 79148b4

Please sign in to comment.