Skip to content

Commit 5e12234

Browse files
committed
tests: removed @author
1 parent f19807f commit 5e12234

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

tests/PhpGenerator/ClassType.from.phpt

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

33
/**
44
* Test: Nette\PhpGenerator generator.
5-
*
6-
* @author David Grudl
75
*/
86

97
namespace Abc;

tests/PhpGenerator/ClassType.from.trait.phpt

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

33
/**
44
* Test: Nette\PhpGenerator generator.
5-
*
6-
* @author David Grudl
75
* @phpversion 5.4
86
*/
97

tests/PhpGenerator/ClassType.interface.phpt

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

33
/**
44
* Test: Nette\PhpGenerator for interfaces.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\PhpGenerator\ClassType,

tests/PhpGenerator/ClassType.phpt

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

33
/**
44
* Test: Nette\PhpGenerator for classes.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\PhpGenerator\ClassType,

tests/PhpGenerator/Helpers.dump().phpt

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

33
/**
44
* Test: Nette\PhpGenerator\Helpers::dump()
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\PhpGenerator\Helpers,

tests/PhpGenerator/Helpers.format.phpt

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

33
/**
44
* Test: Nette\PhpGenerator\Helpers::format() & formatArgs()
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\PhpGenerator\Helpers,

tests/PhpGenerator/Method.closure.phpt

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

33
/**
44
* Test: Nette\PhpGenerator & closure.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\PhpGenerator\Method,

tests/PhpGenerator/Method.variadics.phpt

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

33
/**
44
* Test: Nette\PhpGenerator & variadics.
5-
*
6-
* @author Michael Moravec
75
* @phpversion 5.6
86
*/
97

0 commit comments

Comments
 (0)