Skip to content

Commit 434ad22

Browse files
committed
update phphdoc in Connection
1 parent 5710f51 commit 434ad22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Connection.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
use PDO;
55
use PDOException;
66

7+
/**
8+
* class Connection
9+
*/
710
class Connection
811
{
912
/**
1013
* @param array $config
11-
* @return false|PDO|void
14+
* @return false|PDO
1215
*/
1316
public static function make(array $config) {
1417
try {

0 commit comments

Comments
 (0)