Skip to content

Commit 997f80b

Browse files
committed
removed @author
1 parent 2b9fda2 commit 997f80b

30 files changed

+0
-71
lines changed

src/Bridges/DatabaseDI/DatabaseExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
/**
1414
* Nette Framework Database services.
15-
*
16-
* @author David Grudl
17-
* @author Jan Skrasek
1815
*/
1916
class DatabaseExtension extends Nette\DI\CompilerExtension
2017
{

src/Bridges/DatabaseTracy/ConnectionPanel.php

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

1515
/**
1616
* Debug panel for Nette\Database.
17-
*
18-
* @author David Grudl
1917
*/
2018
class ConnectionPanel extends Nette\Object implements Tracy\IBarPanel
2119
{

src/Database/Connection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
/**
1616
* Represents a connection between PHP and a database server.
1717
*
18-
* @author David Grudl
19-
*
2018
* @property-read ISupplementalDriver $supplementalDriver
2119
* @property-read string $dsn
2220
* @property-read PDO $pdo

src/Database/Context.php

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

1414
/**
1515
* Database context.
16-
*
17-
* @author David Grudl
1816
*/
1917
class Context extends Nette\Object
2018
{

src/Database/Conventions/DiscoveredConventions.php

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

1414
/**
1515
* Conventions based on database structure.
16-
*
17-
* @author Jan Skrasek
1816
*/
1917
class DiscoveredConventions implements IConventions
2018
{

src/Database/Conventions/StaticConventions.php

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

1414
/**
1515
* Conventions based on static definition.
16-
*
17-
* @author Jakub Vrana
18-
* @author Jan Skrasek
1916
*/
2017
class StaticConventions extends Object implements IConventions
2118
{

src/Database/Drivers/MsSqlDriver.php

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

1313
/**
1414
* Supplemental MS SQL database driver.
15-
*
16-
* @author David Grudl
1715
*/
1816
class MsSqlDriver extends Nette\Object implements Nette\Database\ISupplementalDriver
1917
{

src/Database/Drivers/MySqlDriver.php

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

1313
/**
1414
* Supplemental MySQL database driver.
15-
*
16-
* @author David Grudl
1715
*/
1816
class MySqlDriver extends Nette\Object implements Nette\Database\ISupplementalDriver
1917
{

src/Database/Drivers/OciDriver.php

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

1313
/**
1414
* Supplemental Oracle database driver.
15-
*
16-
* @author David Grudl
1715
*/
1816
class OciDriver extends Nette\Object implements Nette\Database\ISupplementalDriver
1917
{

src/Database/Drivers/OdbcDriver.php

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

1313
/**
1414
* Supplemental ODBC database driver.
15-
*
16-
* @author David Grudl
1715
*/
1816
class OdbcDriver extends Nette\Object implements Nette\Database\ISupplementalDriver
1917
{

0 commit comments

Comments
 (0)