DocBlock QA
Dieser Commit ist enthalten in:
Ursprung
6b7353aaf6
Commit
2e71e16502
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Class to parse MySQL CREATE statements.
|
||||
* Class to parse MySQL ALTER statements.
|
||||
* This enables you to analyze and modify MySQL queries, which the user has entered.
|
||||
*
|
||||
* @package MySQLDumper
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Class to parse MySQL comments.
|
||||
* Class to parse MySQL SELECT commands.
|
||||
* This enables you to analyze and modify MySQL queries, which the user has entered.
|
||||
*
|
||||
* @package MySQLDumper
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Class to parse MySQL CREATE statements.
|
||||
* Class to parse MySQL SET statements.
|
||||
* This enables you to analyze and modify MySQL queries, which the user has entered.
|
||||
*
|
||||
* @package MySQLDumper
|
||||
|
|
Laden …
In neuem Issue referenzieren