Commit abc13dc
File tree
245 files changed
+504
-1052
lines changedFilter options
- src/Symfony
- Bridge
- Doctrine
- DataCollector
- DependencyInjection
- CompilerPass
- Form
- ChoiceList
- Type
- HttpFoundation
- Tests/DependencyInjection
- Validator/Constraints
- ProxyManager/Tests/LazyProxy/PhpDumper
- Swiftmailer/DataCollector
- Twig/NodeVisitor
- Bundle
- FrameworkBundle
- CacheWarmer
- Command
- Console/Descriptor
- Controller
- HttpCache
- Routing
- Templating
- Helper
- Loader
- Tests/Controller
- Translation
- SecurityBundle/DependencyInjection/Security/Factory
- TwigBundle/Controller
- WebProfilerBundle
- Controller
- DependencyInjection
- Profiler
- Component
- Asset
- BrowserKit
- ClassLoader
- Config
- Definition
- Dumper
- Tests/Definition
- Util
- Console
- Descriptor
- Helper
- Input
- Logger
- CssSelector
- Exception
- Node
- Parser
- XPath
- Extension
- Debug
- DependencyInjection
- Compiler
- Dumper
- Exception
- Loader
- DomCrawler
- Field
- EventDispatcher
- Debug
- ExpressionLanguage
- Filesystem
- Finder
- Adapter
- Exception
- Iterator
- Tests
- FakeAdapter
- Iterator
- Form
- ChoiceList
- Factory
- Extension
- Core
- ChoiceList
- DataTransformer
- EventListener
- Csrf
- EventListener
- Type
- Validator
- EventListener
- ViolationMapper
- Tests
- Extension
- Core/DataMapper
- DataCollector
- Validator
- Constraints
- ViolationMapper
- HttpFoundation
- Session
- Storage
- Handler
- Proxy
- HttpKernel
- Config
- Controller
- DependencyInjection
- EventListener
- Exception
- Fragment
- HttpCache
- Intl
- Data/Generator
- DateFormatter/DateFormat
- ResourceBundle
- Tests/DateFormatter
- OptionsResolver
- Process
- Pipes
- Tests
- PropertyAccess/Tests/Fixtures
- Routing
- Loader
- Matcher
- Dumper
- Tests/Matcher/Dumper
- Security
- Acl
- Dbal
- Domain
- Exception
- Core
- Authentication
- Provider
- RememberMe
- Token
- Authorization
- Voter
- Http
- Authentication
- EntryPoint
- Firewall
- Logout
- RememberMe
- Serializer
- Encoder
- Normalizer
- Templating
- Helper
- Loader
- Translation
- Dumper
- Writer
- Validator
- Constraints
- Context
- Mapping
- Tests
- Constraints
- Validator
- Validator
- Yaml/Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
245 files changed
+504
-1052
lines changedsrc/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
| 43 | + |
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
|
src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php+8-15Lines changed: 8 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
| 39 | + |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
| ||
118 | 117 |
|
119 | 118 |
|
120 | 119 |
|
121 |
| - |
122 | 120 |
|
123 | 121 |
|
124 | 122 |
|
| ||
173 | 171 |
|
174 | 172 |
|
175 | 173 |
|
176 |
| - |
177 |
| - |
| 174 | + |
178 | 175 |
|
179 | 176 |
|
180 | 177 |
|
| ||
226 | 223 |
|
227 | 224 |
|
228 | 225 |
|
229 |
| - |
230 | 226 |
|
231 | 227 |
|
232 | 228 |
|
| ||
253 | 249 |
|
254 | 250 |
|
255 | 251 |
|
256 |
| - |
257 |
| - |
| 252 | + |
258 | 253 |
|
259 | 254 |
|
260 | 255 |
|
| ||
289 | 284 |
|
290 | 285 |
|
291 | 286 |
|
292 |
| - |
293 |
| - |
294 |
| - |
| 287 | + |
| 288 | + |
295 | 289 |
|
296 | 290 |
|
297 | 291 |
|
| ||
303 | 297 |
|
304 | 298 |
|
305 | 299 |
|
306 |
| - |
307 |
| - |
308 |
| - |
309 |
| - |
| 300 | + |
| 301 | + |
| 302 | + |
310 | 303 |
|
311 | 304 |
|
312 | 305 |
|
|
src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
50 |
| - |
| 48 | + |
| 49 | + |
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
|
src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 |
| - |
139 |
| - |
| 138 | + |
140 | 139 |
|
141 | 140 |
|
142 | 141 |
|
|
src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
|
src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
303 | 303 |
|
304 | 304 |
|
305 | 305 |
|
306 |
| - |
307 |
| - |
308 | 306 |
|
309 | 307 |
|
310 | 308 |
|
| ||
346 | 344 |
|
347 | 345 |
|
348 | 346 |
|
349 |
| - |
350 |
| - |
351 | 347 |
|
352 | 348 |
|
353 | 349 |
|
|
src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
327 | 327 |
|
328 | 328 |
|
329 | 329 |
|
330 |
| - |
331 |
| - |
332 |
| - |
| 330 | + |
| 331 | + |
333 | 332 |
|
334 | 333 |
|
335 | 334 |
|
|
src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
| 49 | + |
| 50 | + |
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
|
src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
| 57 | + |
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
|
src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
191 | 190 |
|
192 | 191 |
|
193 | 192 |
|
|
src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
| 36 | + |
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
| 41 | + |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
|
src/Symfony/Bridge/Swiftmailer/DataCollector/MessageDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Swiftmailer/DataCollector/MessageDataCollector.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
| 37 | + |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
|
src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
| 107 | + |
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
|
src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 32 | + |
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
| 176 | + |
| 177 | + |
| 178 | + |
180 | 179 |
|
181 | 180 |
|
182 | 181 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php+5-7Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
171 | 171 |
|
172 | 172 |
|
173 | 173 |
|
174 |
| - |
175 |
| - |
176 |
| - |
| 174 | + |
| 175 | + |
177 | 176 |
|
178 | 177 |
|
179 | 178 |
|
| ||
199 | 198 |
|
200 | 199 |
|
201 | 200 |
|
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
| 201 | + |
| 202 | + |
| 203 | + |
206 | 204 |
|
207 | 205 |
|
208 | 206 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php+3-8Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
| 107 | + |
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
| ||
145 | 144 |
|
146 | 145 |
|
147 | 146 |
|
148 |
| - |
149 | 147 |
|
150 | 148 |
|
151 | 149 |
|
| ||
184 | 182 |
|
185 | 183 |
|
186 | 184 |
|
187 |
| - |
188 | 185 |
|
189 | 186 |
|
190 | 187 |
|
| ||
231 | 228 |
|
232 | 229 |
|
233 | 230 |
|
234 |
| - |
235 |
| - |
| 231 | + |
236 | 232 |
|
237 | 233 |
|
238 | 234 |
|
| ||
256 | 252 |
|
257 | 253 |
|
258 | 254 |
|
259 |
| - |
260 |
| - |
| 255 | + |
261 | 256 |
|
262 | 257 |
|
263 | 258 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 |
| - |
203 |
| - |
| 202 | + |
204 | 203 |
|
205 | 204 |
|
206 | 205 |
|
| ||
274 | 273 |
|
275 | 274 |
|
276 | 275 |
|
277 |
| - |
278 |
| - |
| 276 | + |
279 | 277 |
|
280 | 278 |
|
281 | 279 |
|
| ||
303 | 301 |
|
304 | 302 |
|
305 | 303 |
|
306 |
| - |
307 | 304 |
|
308 | 305 |
|
309 | 306 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
435 | 435 |
|
436 | 436 |
|
437 | 437 |
|
438 |
| - |
439 | 438 |
|
440 | 439 |
|
441 | 440 |
|
|
0 commit comments