Skip to content

Commit 4424ffc

Browse files
committed
Removed useless constructor override in Couchbasev3
1 parent eb2f8a1 commit 4424ffc

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body:
8282
See our [global support timeline](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV4%CB%96%5D-Global-support-timeline) ⌚
8383
multiple: false
8484
options:
85+
- 9.2.0 ✅
8586
- 9.1.3 ✅
8687
- 9.1.2 🔶
8788
- 9.1.1 ❌

lib/Phpfastcache/Drivers/Couchbasev3/Driver.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,14 @@
4646
*/
4747
class Driver implements AggregatablePoolInterface
4848
{
49-
use TaggableCacheItemPoolTrait {
50-
__construct as __baseConstruct;
51-
}
49+
use TaggableCacheItemPoolTrait;
5250

5351
protected Scope $scope;
5452

5553
protected Collection $collection;
5654

5755
protected CouchbaseBucket $bucketInstance;
5856

59-
public function __construct(ConfigurationOption $config, string $instanceId, EventManagerInterface $em)
60-
{
61-
$this->__baseConstruct($config, $instanceId, $em);
62-
}
63-
6457
/**
6558
* @return bool
6659
*/

0 commit comments

Comments
 (0)