Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f37d901

Browse filesBrowse 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
Copy full SHA for f37d901

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎src/Symfony/Component/Uid/Uuid.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Uid/Uuid.php
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.