Commit 0854c12
File tree
Expand file treeCollapse file tree
10 files changed
+19
-14
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Command
- Component
- DependencyInjection/Compiler
- Form/Tests/Extension/Core/DataTransformer
- HttpFoundation/Session/Storage/Handler
- Process/Tests
- Routing/Loader
- Serializer/Tests
- Encoder
- Normalizer
- Translation/Tests
Expand file treeCollapse file tree
10 files changed
+19
-14
lines changed+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
6 | 10 |
|
7 | 11 |
|
8 | 12 |
|
| ||
12 | 16 |
|
13 | 17 |
|
14 | 18 |
|
| 19 | + |
15 | 20 |
|
16 | 21 |
|
17 | 22 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
142 |
| - |
143 | 142 |
|
144 | 143 |
|
145 | 144 |
|
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
694 | 694 |
|
695 | 695 |
|
696 | 696 |
|
697 |
| - |
698 |
| - |
| 697 | + |
699 | 698 |
|
700 | 699 |
|
701 | 700 |
|
|
src/Symfony/Component/Process/Tests/ProcessTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Tests/ProcessTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1180 | 1180 |
|
1181 | 1181 |
|
1182 | 1182 |
|
1183 |
| - |
| 1183 | + |
| 1184 | + |
1184 | 1185 |
|
1185 | 1186 |
|
1186 | 1187 |
|
| ||
1195 | 1196 |
|
1196 | 1197 |
|
1197 | 1198 |
|
1198 |
| - |
| 1199 | + |
| 1200 | + |
1199 | 1201 |
|
1200 | 1202 |
|
1201 | 1203 |
|
|
src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
|
src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
252 |
| - |
| 252 | + |
| 253 | + |
253 | 254 |
|
254 | 255 |
|
255 | 256 |
|
| ||
261 | 262 |
|
262 | 263 |
|
263 | 264 |
|
264 |
| - |
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
|
src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
654 | 654 |
|
655 | 655 |
|
656 | 656 |
|
657 |
| - |
| 657 | + |
658 | 658 |
|
659 | 659 |
|
660 | 660 |
|
|
src/Symfony/Component/Translation/Tests/TranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/TranslatorTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
285 | 285 |
|
286 | 286 |
|
287 | 287 |
|
288 |
| - |
| 288 | + |
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
293 |
| - |
| 292 | + |
| 293 | + |
294 | 294 |
|
295 | 295 |
|
296 | 296 |
|
|
0 commit comments