Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit b305416

Browse files
author
Petr Knap
committed
Removed spaces
1 parent 83e570d commit b305416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ isTrue(false); // uncaught type error - OK
8787
class DayOfWeek extends \PetrKnap\Php\Enum\Enum
8888
{
8989
use \PetrKnap\Php\Enum\ConstantsAsMembers;
90-
90+
9191
const SUNDAY = 0;
9292
const MONDAY = 1;
9393
const TUESDAY = 2;

0 commit comments

Comments
 (0)