Skip to content

Commit 60674f7

Browse files
authored
Merge pull request #661 from kunicmarko20/patch-1
Dead code?
2 parents 9d8c387 + abbd1a7 commit 60674f7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: pkg/dsn/Dsn.php

-10
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ public function __construct(
8080
$this->queryBag = new QueryBag($query);
8181
}
8282

83-
// public function __toString(): string
84-
// {
85-
// return $this->dsn;
86-
// }
87-
//
88-
// public function getDsn(): string
89-
// {
90-
// return $this->dsn;
91-
// }
92-
9383
public function getScheme(): string
9484
{
9585
return $this->scheme;

0 commit comments

Comments
 (0)