Commit 46721c1
[Uid] make
Uuid::equals() accept any types of argument for more flexibility1 parent 14c95a9 commit 46721c1Copy full SHA for 46721c1
2 files changed
+25-2Lines changed: 25 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/Uid
- Tests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/Uid/Tests/UuidTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Uid/Tests/UuidTest.php+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
97 | 113 | |
98 | 114 | |
99 | 115 | |
|
Collapse file
src/Symfony/Component/Uid/Uuid.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Uid/Uuid.php+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
88 | | - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
89 | 92 | |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
90 | 97 | |
91 | 98 | |
92 | 99 | |
|
0 commit comments