Skip to content

Commit 629db26

Browse files
committed
removed @Property phpDoc
1 parent 67126dc commit 629db26

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/Database/Connection.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
/**
1616
* Represents a connection between PHP and a database server.
17-
*
18-
* @property-read ISupplementalDriver $supplementalDriver
19-
* @property-read string $dsn
20-
* @property-read PDO $pdo
2117
*/
2218
class Connection extends Nette\Object
2319
{

src/Database/ResultSet.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Represents a result set.
16-
*
17-
* @property-read Connection $connection
1816
*/
1917
class ResultSet extends Nette\Object implements \Iterator, IRowContainer
2018
{

src/Database/Table/Selection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
/**
1616
* Filtered table representation.
1717
* Selection is based on the great library NotORM http://www.notorm.com written by Jakub Vrana.
18-
*
19-
* @property-read string $sql
2018
*/
2119
class Selection extends Nette\Object implements \Iterator, IRowContainer, \ArrayAccess, \Countable
2220
{

0 commit comments

Comments
 (0)