Skip to content

Commit 7453456

Browse files
committed
Minor package description changes
1 parent f3c1ea8 commit 7453456

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
[![Build Status](https://travis-ci.org/dbalabka/php-enumeration.svg?branch=master)](https://travis-ci.org/dbalabka/php-enumeration)
33
[![Coverage Status](https://coveralls.io/repos/github/dbalabka/php-enumeration/badge.svg)](https://coveralls.io/github/dbalabka/php-enumeration)
44

5-
Implementation of [Enumeration Classes](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types) in PHP.
5+
Implementation of [Enumeration Classes](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types) in PHP.
6+
The better alternative for Enums.
67

78
In contrast to [existing solutions](#existing-solutions), this implementation avoids usage of [Magic methods](https://www.php.net/manual/en/language.oop5.magic.php) and
89
[Reflection](https://www.php.net/manual/en/book.reflection.php) to provide better performance and code autocompletion.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbalabka/php-enumeration",
3-
"description": "Implementation of enumeration classes in PHP",
3+
"description": "Implementation of Enumeration Classes in PHP. The better alternative for Enums",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)