Commit 2829239
File tree
Expand file treeCollapse file tree
8 files changed
+102
-11
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- Security/User
- Tests/Security/User
- Component
- DependencyInjection/Compiler
- Form
- Extension/Core/Type
- Tests
- Extension/Core/Type
- Security/Core/User
Expand file treeCollapse file tree
8 files changed
+102
-11
lines changedsrc/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
|
src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php
Copy file name to clipboard+39Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php+45Lines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
92 | 125 |
|
93 | 126 |
|
94 | 127 |
|
| ||
100 | 133 |
|
101 | 134 |
|
102 | 135 |
|
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
103 | 148 |
|
104 | 149 |
|
105 | 150 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
95 | 99 |
|
96 | 100 |
|
97 |
| - |
98 |
| - |
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
| ||
123 | 125 |
|
124 | 126 |
|
125 | 127 |
|
| 128 | + |
126 | 129 |
|
127 | 130 |
|
128 | 131 |
|
|
src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
198 |
| - |
| 198 | + |
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
216 |
| - |
| 216 | + |
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
296 |
| - |
297 | 296 |
|
298 | 297 |
|
299 | 298 |
|
| 299 | + |
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
|
src/Symfony/Component/Security/Core/User/UserProviderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/User/UserProviderInterface.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 |
| - |
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
|
0 commit comments