File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ $bundles(
2323);
2424```
2525
26- Read the documentation at [ www.php-cache.com/symfony/adapter-bundle ] ( http://www.php-cache.com/en/latest/symfony/adapter-bundle/ ) .
26+ Read the documentation at [ www.php-cache.com/symfony/adapter-bundle ] ( http://www.php-cache.com/en/latest/symfony/adapter-bundle/ ) .
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class MongoDBFactory extends AbstractAdapterFactory
2929 */
3030 public function getAdapter (array $ config )
3131 {
32- $ manager = new Manager (sprintf ('mongodb://%s:%s ' , $ config ['host ' ], $ config ['port ' ]));
32+ $ manager = new Manager (sprintf ('mongodb://%s:%s ' , $ config ['host ' ], $ config ['port ' ]));
3333 $ collection = MongoDBCachePool::createCollection ($ manager , $ config ['namespace ' ]);
3434
3535 return new MongoDBCachePool ($ collection );
You can’t perform that action at this time.
0 commit comments