8000 cs fix · symfony/symfony@5d04d23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d04d23

Browse files
committed
cs fix
1 parent 3e389e8 commit 5d04d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function provideInvalidCreateConnection(): array
119119
];
120120
}
121121

122-
public function testDefaultUserPasswordAuth(): void
122+
public function testDefaultUserPasswordAuth()
123123
{
124124
$redis = AbstractAdapter::createConnection('redis://'.getenv('REDIS_HOST'));
125125
// set password for default user
@@ -142,7 +142,7 @@ public function testDefaultUserPasswordAuth(): void
142142
self::assertSame('value3', $redis->get(__FUNCTION__));
143143
}
144144

145-
public function testAclUserPasswordAuth(): void
145+
public function testAclUserPasswordAuth()
146146
{
147147
$redis = AbstractAdapter::createConnection('redis://'.getenv('REDIS_HOST'));
148148
$redisServerInfo = $redis->info('server');

0 commit comments

Comments
 (0)
0