Skip to content

Commit 558a2d8

Browse files
authored
Revert "Up code quality"
1 parent 8c9a52a commit 558a2d8

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)