mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
updated phpDoc blocks
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
/**
|
||||
* This file is part of the "dibi" project (http://dibi.texy.info/)
|
||||
*
|
||||
* Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
*
|
||||
* @version $Revision$ $Date$
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
* @copyright Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
|
||||
* @license New BSD License
|
||||
* @version $Revision$ $Date$
|
||||
* @category Database
|
||||
* @package Dibi
|
||||
*/
|
||||
|
||||
|
||||
@@ -36,7 +38,7 @@ class DibiSqliteDriver extends DibiDriver
|
||||
|
||||
/**
|
||||
* @param array connect configuration
|
||||
* @throw DibiException
|
||||
* @throws DibiException
|
||||
*/
|
||||
public function __construct($config)
|
||||
{
|
||||
|
Reference in New Issue
Block a user