Commit 81b08c6
committed
File tree
Expand file treeCollapse file tree
96 files changed
+2886
-24
lines changedFilter options
- .github
- src/Symfony
- Bridge
- Doctrine
- DataCollector
- DependencyInjection/Security/UserProvider
- PhpUnit
- Bundle
- FrameworkBundle/Secrets
- SecurityBundle
- Debug
- DependencyInjection/Security
- Factory
- UserProvider
- Security
- Component
- Cache/Adapter
- Config
- Definition
- Dumper
- Exception
- Util
- Console
- Helper
- Question
- Style
- DependencyInjection
- Argument
- Exception
- ExpressionLanguage
- Node
- Form
- HttpClient
- HttpFoundation
- HttpKernel
- DataCollector
- Fragment
- HttpCache
- Profiler
- Intl/Resources/bin
- Ldap/Adapter
- ExtLdap
- Lock/Store
- Messenger
- Exception
- Stamp
- Process
- Exception
- Routing
- Annotation
- Loader
- Matcher
- Security/Core
- Authorization/Voter
- Event
- Serializer/Annotation
- Translation
- Validator
- Constraints
- Exception
- Mapping
- VarDumper
- Caster
- Server
- VarExporter/Internal
- Workflow
- EventListener
- Exception
- Contracts/Tests/Service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
96 files changed
+2886
-24
lines changed.github/expected-missing-return-types.diff
Copy file name to clipboardExpand all lines: .github/expected-missing-return-types.diff+2,092-22Lines changed: 2092 additions & 22 deletions
Large diffs are not rendered by default.
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
56 | 57 |
|
57 | 58 |
|
58 | 59 |
|
|
src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
| 110 | + |
| 111 | + |
| 112 | + |
110 | 113 |
|
111 | 114 |
|
112 | 115 |
|
|
src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php+3Lines changed: 3 additions & 0 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 | 51 |
|
|
src/Symfony/Bridge/PhpUnit/ClassExistsMock.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/ClassExistsMock.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
48 | 51 |
|
49 | 52 |
|
50 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
55 | 61 |
|
56 | 62 |
|
57 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
58 | 67 |
|
59 | 68 |
|
60 | 69 |
|
61 | 70 |
|
62 | 71 |
|
63 | 72 |
|
64 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
65 | 77 |
|
66 | 78 |
|
67 | 79 |
|
|
src/Symfony/Bridge/PhpUnit/ClockMock.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/ClockMock.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 | 27 |
|
| ||
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
33 | 39 |
|
34 | 40 |
|
35 | 41 |
|
| ||
39 | 45 |
|
40 | 46 |
|
41 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
42 | 51 |
|
43 | 52 |
|
44 | 53 |
|
| ||
72 | 81 |
|
73 | 82 |
|
74 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
75 | 87 |
|
76 | 88 |
|
77 | 89 |
|
| ||
81 | 93 |
|
82 | 94 |
|
83 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
84 | 99 |
|
85 | 100 |
|
86 | 101 |
|
| ||
90 | 105 |
|
91 | 106 |
|
92 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
93 | 111 |
|
94 | 112 |
|
95 | 113 |
|
|
src/Symfony/Bridge/PhpUnit/DnsMock.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DnsMock.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
| ||
63 | 66 |
|
64 | 67 |
|
65 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
66 | 72 |
|
67 | 73 |
|
68 | 74 |
|
|
src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
|
src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
31 | 34 |
|
32 | 35 |
|
33 | 36 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| ||
73 | 72 |
|
74 | 73 |
|
75 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
76 | 78 |
|
77 | 79 |
|
78 | 80 |
|
| ||
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
95 | 100 |
|
96 | 101 |
|
97 | 102 |
|
| ||
109 | 114 |
|
110 | 115 |
|
111 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
112 | 120 |
|
113 | 121 |
|
114 | 122 |
|
115 | 123 |
|
116 | 124 |
|
| 125 | + |
| 126 | + |
| 127 | + |
117 | 128 |
|
118 | 129 |
|
119 | 130 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
|
src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
| ||
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
54 | 60 |
|
55 | 61 |
|
56 | 62 |
|
57 | 63 |
|
58 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
59 | 68 |
|
60 | 69 |
|
61 | 70 |
|
|
src/Symfony/Component/Cache/Adapter/ApcuAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ApcuAdapter.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
50 | 53 |
|
51 | 54 |
|
52 | 55 |
|
|
src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
| 79 | + |
77 | 80 |
|
78 | 81 |
|
79 | 82 |
|
|
src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
| ||
274 | 277 |
|
275 | 278 |
|
276 | 279 |
|
| 280 | + |
| 281 | + |
| 282 | + |
277 | 283 |
|
278 | 284 |
|
279 | 285 |
|
|
src/Symfony/Component/Cache/Adapter/TraceableAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/TraceableAdapter.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
| 214 | + |
| 215 | + |
| 216 | + |
214 | 217 |
|
215 | 218 |
|
216 | 219 |
|
| ||
226 | 229 |
|
227 | 230 |
|
228 | 231 |
|
| 232 | + |
| 233 | + |
| 234 | + |
229 | 235 |
|
230 | 236 |
|
231 | 237 |
|
|
src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
|
src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
64 | 67 |
|
65 | 68 |
|
66 | 69 |
|
|
src/Symfony/Component/Config/Definition/EnumNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/EnumNode.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
49 | 52 |
|
50 | 53 |
|
51 | 54 |
|
|
src/Symfony/Component/Config/Exception/FileLocatorFileNotFoundException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Exception/FileLocatorFileNotFoundException.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
|
src/Symfony/Component/Config/Exception/LoaderLoadException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Exception/LoaderLoadException.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
79 | 82 |
|
80 | 83 |
|
81 | 84 |
|
|
src/Symfony/Component/Config/Util/XmlUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Util/XmlUtils.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
| 241 | + |
| 242 | + |
| 243 | + |
241 | 244 |
|
242 | 245 |
|
243 | 246 |
|
|
0 commit comments