Skip to content

Commit 71c8e3e

Browse files
authored
Up code quality
1 parent feb8b62 commit 71c8e3e

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)