Skip to content

Commit f43020a

Browse files
committed
Remove unused public function connection on stores which where also not covered by an interface
1 parent 1e01a7a commit f43020a

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/Store/StreamDoctrineDbalStore.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,6 @@ public function setupSubscription(): void
523523
));
524524
}
525525

526-
public function connection(): Connection
527-
{
528-
return $this->connection;
529-
}
530-
531526
private function createTriggerFunctionName(): string
532527
{
533528
$tableConfig = explode('.', $this->config['table_name']);

src/Store/TaggableDoctrineDbalStore.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -713,11 +713,6 @@ public function setupSubscription(): void
713713
));
714714
}
715715

716-
public function connection(): Connection
717-
{
718-
return $this->connection;
719-
}
720-
721716
private function createTriggerFunctionName(): string
722717
{
723718
$tableConfig = explode('.', $this->config['table_name']);

0 commit comments

Comments
 (0)