Skip to content

Commit

Permalink
Merge pull request #89 from kiiya/patch-2
Browse files Browse the repository at this point in the history
Fix link to myclabs/php-enum package
  • Loading branch information
rubenvanassche authored Nov 4, 2024
2 parents 4df43d2 + 776fb62 commit a1cfc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/using-transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Transformers are the heart of the package. They take a PHP class and try to make
The package comes with a few transformers out of the box:

- `EnumTransformer`: this transforms a PHP 8.1 native enum
- `MyclabsEnumTransformer`: this transforms an enum from the [`myclabs\enum`](https://github.com/myclab/enum) package
- `MyclabsEnumTransformer`: this transforms an enum from the [`myclabs\php-enum`](https://github.com/myclabs/php-enum) package
- `SpatieEnumTransformer`: this transforms an enum from the [`spatie\enum`](https://github.com/spatie/enum) package
- `DtoTransformer`: a powerful transformer that transforms entire classes and their properties, you can read more about
it [here](/docs/typescript-transformer/v2/dtos/typing-properties)
Expand Down

0 comments on commit a1cfc1c

Please sign in to comment.