Skip to content

Commit 8c9a52a

Browse files
authored
Merge pull request #101 from ovr/patch-2
Up code quality
2 parents 2a41353 + 71c8e3e commit 8c9a52a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Drivers/ConnectionBase.php

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

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

2123
/**
2224
* Sets one or more connection parameters.

0 commit comments

Comments
 (0)