Skip to content

Commit ae84eb6

Browse files
committed
removed @author
1 parent 8ba33bc commit ae84eb6

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

src/PhpGenerator/ClassType.php

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

1414
/**
1515
* Class/Interface/Trait description.
16-
*
17-
* @author David Grudl
1816
*/
1917
class ClassType extends Nette\Object
2018
{

src/PhpGenerator/Helpers.php

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

1313
/**
1414
* PHP code generator utils.
15-
*
16-
* @author David Grudl
1715
*/
1816
class Helpers
1917
{

src/PhpGenerator/Method.php

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

1313
/**
1414
* Class method description.
15-
*
16-
* @author David Grudl
1715
*/
1816
class Method extends Nette\Object
1917
{

src/PhpGenerator/Parameter.php

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

1313
/**
1414
* Method parameter description.
15-
*
16-
* @author David Grudl
1715
*/
1816
class Parameter extends Nette\Object
1917
{

src/PhpGenerator/PhpFile.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* - opening tag (<?php)
1919
* - doc comments
2020
* - one or more namespaces
21-
*
22-
* @author Jakub Kulhan <[email protected]>
2321
*/
2422
class PhpFile extends Object
2523
{

src/PhpGenerator/PhpLiteral.php

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

1313
/**
1414
* PHP literal value.
15-
*
16-
* @author David Grudl
1715
*/
1816
class PhpLiteral
1917
{

src/PhpGenerator/PhpNamespace.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* - namespace statement
2020
* - variable amount of use statements
2121
* - one or more class declarations
22-
*
23-
* @author Jakub Kulhan <[email protected]>
2422
*/
2523
class PhpNamespace extends Object
2624
{

src/PhpGenerator/Property.php

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

1313
/**
1414
* Class property description.
15-
*
16-
* @author David Grudl
1715
*/
1816
class Property extends Nette\Object
1917
{

0 commit comments

Comments
 (0)