10000 minor #36086 [UID] remove unused property (Tobion) · symfony/symfony@f37d901 · GitHub
[go: up one dir, main page]

Skip to content

Commit f37d901

Browse files
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 #36074 Commits ------- 901e62a remove unused uuid property
2 parents bfca6b9 + 901e62a commit f37d901

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Uid/Uuid.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class Uuid extends AbstractUid
2020
{
2121
protected const TYPE = UUID_TYPE_DEFAULT;
2222

23-
protected $uuid;
24-
2523
public function __construct(string $uuid)
2624
{
2725
$type = uuid_type($uuid);

0 commit comments

Comments
 (0)
0