Skip to content

Commit 37c653e

Browse files
committed
Completing author tags
1 parent d94b93d commit 37c653e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Enum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*
1212
* Create an enum by implementing this class and adding class constants.
1313
*
14-
* @package MyCLabs\Enum
1514
* @author Matthieu Napoli <[email protected]>
15+
* @author Daniel Costa <[email protected]
1616
*/
1717
abstract class Enum
1818
{

tests/EnumFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
/**
1010
* Class EnumFixture
1111
*
12-
* @package MyCLabs\Enum
1312
* @method static EnumFixture FOO()
1413
* @method static EnumFixture BAR()
1514
* @method static EnumFixture NUMBER()
15+
*
1616
* @author Daniel Costa <[email protected]
1717
*/
1818
class EnumFixture extends Enum

tests/EnumTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Enum test
1111
*
12-
* @package MyCLabs\Enum
1312
* @author Matthieu Napoli <[email protected]>
13+
* @author Daniel Costa <[email protected]
1414
*/
1515
class EnumTest extends \PHPUnit_Framework_TestCase
1616
{

0 commit comments

Comments
 (0)