mirror of
https://github.com/dg/dibi.git
synced 2025-08-12 09:04:24 +02:00
simplified phpDoc comments
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -50,8 +50,7 @@
|
||||
* $obj->newMethod($x);
|
||||
* </code>
|
||||
*
|
||||
* @copyright Copyright (c) 2005, 2010 David Grudl
|
||||
* @package dibi
|
||||
* @author David Grudl
|
||||
*/
|
||||
abstract class DibiObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user