Skip to content

Commit de5ad2f

Browse files
authored
Update class_backup_SQL.php
1 parent 2dcfdd8 commit de5ad2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beta/class_backup_SQL.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DB {
1313
* @var $NAME string The MySQL database name.
1414
* @var $PORT int The port number to use when connecting to the database server otherwise it uses the default port
1515
* @var $SOCK string The socket name to use when connecting to a local database server otherwise it uses the default socket.
16-
* @result Bool | object
16+
* @return Bool | object
1717
**/
1818

1919
public function con($HOST, $USER, $PASSWD, $NAME, $PORT = null, $SOCK = null) {
@@ -952,4 +952,4 @@ private function debug() {
952952
}
953953

954954

955-
?>
955+
?>

0 commit comments

Comments
 (0)