Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite77ed23

Browse files
Apply codestyle patch by fabbot.
1 parentf48ad4a commite77ed23

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎src/Symfony/Component/Lock/Store/ZookeeperStore.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ZookeeperStore implements StoreInterface
3535
/**
3636
* Locker constructor.
3737
*
38-
* @param \Zookeeper $zookeeperZookeeper Instance
38+
* @param \Zookeeper $zookeeper Zookeeper Instance
3939
*/
4040
publicfunction__construct(Zookeeper$zookeeper)
4141
{
@@ -121,7 +121,7 @@ public function waitAndSave(Key $key)
121121
*/
122122
publicfunctionputOffExpiration(Key$key,$ttl)
123123
{
124-
// This store doesn't support TTL. The lock nodes die at the end of a client's session if not released correctly.
124+
// This store doesn't support TTL. The lock nodes die at the end of a client's session if not released correctly.
125125
}
126126

127127
/**

‎src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreTest.php‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
namespaceSymfony\Component\Lock\Tests\Store;
1313

14-
useSymfony\Component\Lock\Key;
1514
useSymfony\Component\Lock\Store\ZookeeperStore;
16-
useException;
1715
useZookeeper;
1816

1917
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp