minor #36086 [UID] remove unused property (Tobion)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[UID] remove unused property

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       |
| License       | MIT
| Doc PR        |

leftover from https://github.com/symfony/symfony/pull/36074

Commits
-------

901e62a98f remove unused uuid property
This commit is contained in:
Nicolas Grekas 2020-03-15 15:48:33 +01:00
commit f37d901426

View File

@ -20,8 +20,6 @@ class Uuid extends AbstractUid
{
protected const TYPE = UUID_TYPE_DEFAULT;
protected $uuid;
public function __construct(string $uuid)
{
$type = uuid_type($uuid);