Skip to content

Commit 1e3ee75

Browse files
committed
removed @author
1 parent b34aca5 commit 1e3ee75

38 files changed

Lines changed: 0 additions & 77 deletions

src/Application/Application.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
/**
1414
* Front Controller.
1515
*
16-
* @author David Grudl
17-
*
1816
* @property-read array $requests
1917
* @property-read IPresenter $presenter
2018
* @property-read IRouter $router

src/Application/ErrorPresenter.php

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

1515
/**
1616
* Default Error Presenter.
17-
*
18-
* @author David Grudl
1917
*/
2018
class ErrorPresenter extends Nette\Object implements Application\IPresenter
2119
{

src/Application/IPresenter.php

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

1313
/**
1414
* Presenter converts Request to IResponse.
15-
*
16-
* @author David Grudl
1715
*/
1816
interface IPresenter
1917
{

src/Application/IPresenterFactory.php

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

1313
/**
1414
* Responsible for creating a new instance of given presenter.
15-
*
16-
* @author Jan Tichý <tichy@medio.cz>
1715
*/
1816
interface IPresenterFactory
1917
{

src/Application/IResponse.php

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

1313
/**
1414
* Any response returned by presenter.
15-
*
16-
* @author David Grudl
1715
*/
1816
interface IResponse
1917
{

src/Application/IRouter.php

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

1313
/**
1414
* The bi-directional router.
15-
*
16-
* @author David Grudl
1715
*/
1816
interface IRouter
1917
{

src/Application/MicroPresenter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* Micro presenter.
1919
*
20-
* @author David Grudl
21-
*
2220
* @property-read Nette\Application\IRequest $request
2321
*/
2422
class MicroPresenter extends Nette\Object implements Application\IPresenter

src/Application/PresenterFactory.php

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

1313
/**
1414
* Default presenter loader.
15-
*
16-
* @author David Grudl
1715
*/
1816
class PresenterFactory extends Nette\Object implements IPresenterFactory
1917
{

src/Application/Request.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
/**
1414
* Presenter request. Immutable object.
1515
*
16-
* @author David Grudl
17-
*
1816
* @property string $presenterName
1917
* @property array $parameters
2018
* @property array $post

src/Application/Responses/FileResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
/**
1414
* File download response.
1515
*
16-
* @author David Grudl
17-
*
1816
* @property-read string $file
1917
* @property-read string $name
2018
* @property-read string $contentType

0 commit comments

Comments
 (0)