Merge pull request #3 from timw4mail/scrutinizer-patch-1
Some docblock fixes.
This commit is contained in:
commit
e0bc5ce903
@ -30,6 +30,7 @@ interface Driver_Interface {
|
|||||||
* @param string $username
|
* @param string $username
|
||||||
* @param string $password
|
* @param string $password
|
||||||
* @param array $driver_options
|
* @param array $driver_options
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct($dsn, $username=NULL, $password=NULL, array $driver_options = array());
|
public function __construct($dsn, $username=NULL, $password=NULL, array $driver_options = array());
|
||||||
|
|
||||||
@ -218,14 +219,14 @@ interface Driver_Interface {
|
|||||||
/**
|
/**
|
||||||
* Get the SQL class for the current driver
|
* Get the SQL class for the current driver
|
||||||
*
|
*
|
||||||
* @return SQL_Interface
|
* @return SQL\SQL_Interface
|
||||||
*/
|
*/
|
||||||
public function get_sql();
|
public function get_sql();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the Util class for the current driver
|
* Get the Util class for the current driver
|
||||||
*
|
*
|
||||||
* @return Abstract_Util
|
* @return Util\Abstract_Util
|
||||||
*/
|
*/
|
||||||
public function get_util();
|
public function get_util();
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ SQL;
|
|||||||
/**
|
/**
|
||||||
* List the system tables
|
* List the system tables
|
||||||
*
|
*
|
||||||
* @return array
|
* @return string[]
|
||||||
*/
|
*/
|
||||||
public function system_table_list()
|
public function system_table_list()
|
||||||
{
|
{
|
||||||
@ -107,7 +107,7 @@ SQL;
|
|||||||
/**
|
/**
|
||||||
* Returns sql to list triggers
|
* Returns sql to list triggers
|
||||||
*
|
*
|
||||||
* @return NULL
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function trigger_list()
|
public function trigger_list()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user