Skip to content

Commit 8711fa5

Browse files
committed
Added author annotations
1 parent c754292 commit 8711fa5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Codeception/Module/Mockery.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use Codeception\Module;
66
use Codeception\TestCase;
77

8+
/**
9+
* @author Jáchym Toušek
10+
*/
811
class Mockery extends Module
912
{
1013

src/Codeception/Module/Nette.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
use RecursiveDirectoryIterator;
1313
use RecursiveIteratorIterator;
1414

15+
/**
16+
* @author Jáchym Toušek
17+
*/
1518
class Nette extends Framework
1619
{
1720

0 commit comments

Comments
 (0)