Skip to content

Commit bf24295

Browse files
committed
Fixed: Adding a @return annotation to constructors is generally not recommended as a constructor does not have a meaningful return value.
1 parent 5508dde commit bf24295

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Ifsnop/Mysqldump/Mysqldump.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ class Mysqldump
7272
* @param string $type SQL database type
7373
* @param array $dumpSettings SQL database settings
7474
* @param array $pdoSettings PDO configured attributes
75-
*
76-
* @return null
7775
*/
7876
public function __construct(
7977
$db = '',

0 commit comments

Comments
 (0)