Skip to content

Commit b76799f

Browse files
scrutinizer-auto-fixerNyholm
authored andcommitted
Scrutinizer Auto-Fixes (#57)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 48e0471 commit b76799f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Factory/MemcacheFactory.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
final class MemcacheFactory extends AbstractAdapterFactory
2222
{
2323
protected static $dependencies = [
24-
['requiredClass' => 'Cache\Adapter\Memcache\MemcacheCachePool', 'packageName' => 'cache/memcache-adapter'],
24+
['requiredClass' => 'Cache\Adapter\Memcache\MemcacheCachePool', 'packageName' => 'cache/memcache-adapter'],
2525
];
2626

2727
/**
@@ -52,9 +52,9 @@ public function getAdapter(array $config)
5252
protected static function configureOptionResolver(OptionsResolver $resolver)
5353
{
5454
$resolver->setDefaults([
55-
'host' => '127.0.0.1',
56-
'port' => 11211,
57-
'redundant_servers' => [],
55+
'host' => '127.0.0.1',
56+
'port' => 11211,
57+
'redundant_servers' => [],
5858
]);
5959

6060
$resolver->setAllowedTypes('host', ['string']);

0 commit comments

Comments
 (0)