Commit 20d3d84
File tree
Expand file treeCollapse file tree
35 files changed
+45
-61
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- Validator/Constraints
- Bundle/FrameworkBundle
- Command
- Console/Descriptor
- Controller
- Component
- Cache
- Adapter
- Traits
- Console/Event
- DependencyInjection
- Compiler
- Form/Extension/Core
- DataTransformer
- Type
- HttpFoundation
- Session/Storage
- HttpKernel
- EventListener
- Profiler
- Tests
- Intl
- DateFormatter
- Tests/DateFormatter
- Util
- Messenger/Tests
- PropertyInfo/Extractor
- Security/Http
- Firewall
- Tests/Firewall
- Validator
- Constraints
- Mapping
- VarDumper/Dumper
Expand file treeCollapse file tree
35 files changed
+45
-61
lines changedsrc/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
281 |
| - |
282 |
| - |
283 |
| - |
284 |
| - |
285 |
| - |
| 281 | + |
286 | 282 |
|
287 | 283 |
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 |
| - |
| 137 | + |
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
261 |
| - |
| 261 | + |
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
442 | 442 |
|
443 | 443 |
|
444 | 444 |
|
445 |
| - |
| 445 | + |
446 | 446 |
|
447 | 447 |
|
448 | 448 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
|
src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
|
src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/ArrayAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 |
| - |
| 144 | + |
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
|
src/Symfony/Component/Cache/Traits/RedisTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/RedisTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
175 |
| - |
| 175 | + |
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
|
src/Symfony/Component/Console/Event/ConsoleErrorEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Event/ConsoleErrorEvent.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
146 |
| - |
| 146 | + |
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1630 | 1630 |
|
1631 | 1631 |
|
1632 | 1632 |
|
1633 |
| - |
| 1633 | + |
1634 | 1634 |
|
1635 | 1635 |
|
1636 | 1636 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/TextType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TextType.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
src/Symfony/Component/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1371 | 1371 |
|
1372 | 1372 |
|
1373 | 1373 |
|
1374 |
| - |
| 1374 | + |
1375 | 1375 |
|
1376 | 1376 |
|
1377 | 1377 |
|
|
src/Symfony/Component/HttpFoundation/RequestStack.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/RequestStack.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
| 97 | + |
102 | 98 |
|
103 | 99 |
|
src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
src/Symfony/Component/HttpKernel/Profiler/Profile.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Profiler/Profile.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
| 159 | + |
164 | 160 |
|
165 | 161 |
|
166 | 162 |
|
|
src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/KernelTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
709 | 709 |
|
710 | 710 |
|
711 | 711 |
|
712 |
| - |
| 712 | + |
713 | 713 |
|
714 | 714 |
|
715 | 715 |
|
|
src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 |
| - |
146 |
| - |
| 145 | + |
| 146 | + |
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
|
src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
933 | 933 |
|
934 | 934 |
|
935 | 935 |
|
936 |
| - |
| 936 | + |
937 | 937 |
|
938 | 938 |
|
939 | 939 |
|
|
src/Symfony/Component/Intl/Util/GitRepository.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Util/GitRepository.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
src/Symfony/Component/Messenger/Tests/WorkerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/WorkerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
260 | 260 |
|
261 | 261 |
|
262 | 262 |
|
263 |
| - |
| 263 | + |
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
70 |
| - |
71 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
73 |
| - |
| 71 | + |
| 72 | + |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
|
src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| ||
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
142 |
| - |
| 142 | + |
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
| 159 | + |
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
|
src/Symfony/Component/Validator/Constraints/File.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/File.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
|
src/Symfony/Component/Validator/Constraints/FileValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/FileValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
src/Symfony/Component/Validator/Mapping/ClassMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Mapping/ClassMetadata.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
365 | 365 |
|
366 | 366 |
|
367 | 367 |
|
368 |
| - |
369 |
| - |
370 |
| - |
371 |
| - |
372 |
| - |
| 368 | + |
373 | 369 |
|
374 | 370 |
|
375 | 371 |
|
|
src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
| 156 | + |
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
| ||
964 | 964 |
|
965 | 965 |
|
966 | 966 |
|
967 |
| - |
| 967 | + |
968 | 968 |
|
969 | 969 |
|
970 | 970 |
|
|
0 commit comments