Skip to content

Commit 5e0a9d3

Browse files
authored
Merge pull request #103 from FoolCode/revert-101-patch-2
revert 101
2 parents 8c9a52a + 558a2d8 commit 5e0a9d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Drivers/ConnectionBase.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ abstract class ConnectionBase implements ConnectionInterface
1515

1616
/**
1717
* Internal connection object.
18-
*
19-
* @var ConnectionInterface|null
2018
*/
21-
protected $connection;
19+
protected $connection = null;
2220

2321
/**
2422
* Sets one or more connection parameters.

0 commit comments

Comments
 (0)