Skip to content

Commit

Permalink
Removed useless constructor override
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 6, 2024
1 parent 30df234 commit 0438759
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
*/
class Driver implements AggregatablePoolInterface
{
use TaggableCacheItemPoolTrait {
__construct as __baseConstruct;
}
use TaggableCacheItemPoolTrait;

protected Scope $scope;

Expand All @@ -59,11 +57,6 @@ class Driver implements AggregatablePoolInterface

protected int $currentParentPID = 0;

public function __construct(ConfigurationOption $config, string $instanceId, EventManagerInterface $em)
{
$this->__baseConstruct($config, $instanceId, $em);
}

/**
* @return bool
*/
Expand Down

0 comments on commit 0438759

Please sign in to comment.