1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-02 18:42:36 +02:00

removed @author

This commit is contained in:
David Grudl
2015-10-06 02:39:59 +02:00
parent 9ad502887b
commit 6dcdd68d6d
36 changed files with 1 additions and 50 deletions

View File

@@ -9,7 +9,6 @@
/**
* Dibi extension for Nette Framework 2.1. Creates 'connection' service.
*
* @author David Grudl
* @package dibi\nette
* @phpversion 5.3
*/

View File

@@ -11,7 +11,6 @@ use Nette\Diagnostics\Debugger;
/**
* Dibi panel for Nette\Diagnostics.
*
* @author David Grudl
* @package dibi\nette
*/
class DibiNettePanel extends DibiObject implements Nette\Diagnostics\IBarPanel