1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 17:14:16 +02:00

simplified phpDoc comments

This commit is contained in:
David Grudl
2010-09-14 18:40:41 +02:00
parent 056a680cff
commit e6e7babe22
29 changed files with 176 additions and 215 deletions

View File

@@ -1,12 +1,12 @@
<?php
/**
* dibi - tiny'n'smart database abstraction layer
* ----------------------------------------------
* This file is part of the "dibi" - smart database abstraction layer.
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @license http://dibiphp.com/license dibi license
* @link http://dibiphp.com
* Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com)
*
* This source file is subject to the "dibi license", and/or
* GPL license. For more information please see http://dibiphp.com
* @package dibi
*/
@@ -80,8 +80,7 @@ interface IDibiProfiler
/**
* dibi driver interface.
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
* @author David Grudl
*/
interface IDibiDriver
{
@@ -192,8 +191,7 @@ interface IDibiDriver
/**
* dibi result set driver interface.
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
* @author David Grudl
*/
interface IDibiResultDriver
{
@@ -257,8 +255,7 @@ interface IDibiResultDriver
/**
* dibi driver reflection.
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
* @author David Grudl
*/
interface IDibiReflector
{