File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 *
1212 * Create an enum by implementing this class and adding class constants.
1313 *
14- * @package MyCLabs\Enum
1514 * @author Matthieu Napoli <matthieu@mnapoli.fr>
15+ * @author Daniel Costa <danielcosta@gmail.com
1616 */
1717abstract class Enum
1818{
Original file line number Diff line number Diff line change 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 <danielcosta@gmail.com
1717 */
1818class EnumFixture extends Enum
Original file line number Diff line number Diff line change 99/**
1010 * Enum test
1111 *
12- * @package MyCLabs\Enum
1312 * @author Matthieu Napoli <matthieu@mnapoli.fr>
13+ * @author Daniel Costa <danielcosta@gmail.com
1414 */
1515class EnumTest extends \PHPUnit_Framework_TestCase
1616{
You can’t perform that action at this time.
0 commit comments