1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

removed rarely used @property

This commit is contained in:
David Grudl
2015-10-06 11:46:58 +02:00
parent 6dcdd68d6d
commit 0ec544043f
4 changed files with 0 additions and 17 deletions

View File

@@ -11,12 +11,8 @@
*
* @package dibi
*
* @property-read bool $connected
* @property-read mixed $config
* @property-read IDibiDriver $driver
* @property-read int $affectedRows
* @property-read int $insertId
* @property-read DibiDatabaseInfo $databaseInfo
*/
class DibiConnection extends DibiObject
{