8000 Apply codestyle patch by fabbot. · symfony/symfony@cbe31ce · GitHub
[go: up one dir, main page]

Skip to content

Commit cbe31ce

Browse files
Apply codestyle patch by fabbot.
1 parent f48ad4a commit cbe31ce

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.idea
21
vendor/
32
composer.lock
43
phpunit.xml

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 $zookeeper Zookeeper Instance
38+
* @param \Zookeeper $zookeeper Zookeeper Instance
3939
*/
4040
public function __construct(Zookeeper $zookeeper)
4141
{
@@ -121,7 +121,7 @@ public function waitAndSave(Key $key)
121121
*/
122122
public function putOffExpiration(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
namespace Symfony\Component\Lock\Tests\Store;
1313

14-
use Symfony\Component\Lock\Key;
1514
use Symfony\Component\Lock\Store\ZookeeperStore;
16-
use Exception;
1715
use Zookeeper;
1816

1917
/**

0 commit comments

Comments
 (0)
0