Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Jan 11, 2014
1 parent a511b67 commit d02bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ $builder->add('position', 'choice', [
]);
```

[EnumTypeGuesser](./Form/EnumTypeGuesser.php "EnumTypeGuesser") process only DBAL types that are children of [AbstractEnumType](./DBAL/Types/AbstractEnumType.php "AbstractEnumType").
[EnumTypeGuesser](./Form/EnumTypeGuesser.php "EnumTypeGuesser") process **only** DBAL types that are children of [AbstractEnumType](./DBAL/Types/AbstractEnumType.php "AbstractEnumType").
All other custom DBAL types, which are defined, will be skipped from guessing.

##### Readable ENUM values in templates
Expand Down

0 comments on commit d02bb6f

Please sign in to comment.