Commit 111bdc5
committed
File tree
84 files changed
+606
-342
lines changedFilter options
- src/Symfony
- Bundle/WebProfilerBundle/Resources/views
- Collector
- Profiler
- Component
- Config
- Definition/Dumper
- Tests
- Definition/Dumper
- Fixtures/Configuration
- Console
- Helper
- Tests
- CssSelector
- Parser/Shortcut
- XPath
- DomCrawler
- EventDispatcher
- Finder
- Adapter
- Exception
- Iterator
- Shell
- Tests
- Iterator
- Shell
- Form/Resources/translations
- HttpFoundation
- Tests
- Stopwatch/Tests
- Translation
- Dumper
- Tests/Dumper
- VarDumper
- Caster
- Cloner
- Dumper
- Tests
- Caster
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+606
-342
lines changedsrc/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
387 | 387 |
|
388 | 388 |
|
389 | 389 |
|
| 390 | + |
| 391 | + |
390 | 392 |
|
391 | 393 |
|
392 | 394 |
|
| ||
406 | 408 |
|
407 | 409 |
|
408 | 410 |
|
409 |
| - |
410 |
| - |
411 | 411 |
|
412 | 412 |
|
413 | 413 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
119 | 130 |
|
120 | 131 |
|
121 | 132 |
|
|
src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| ||
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
|
src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
|
src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
|
src/Symfony/Component/Console/Helper/ProcessHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/ProcessHelper.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
40 | 45 |
|
41 | 46 |
|
42 | 47 |
|
| ||
109 | 114 |
|
110 | 115 |
|
111 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
112 | 121 |
|
113 | 122 |
|
114 | 123 |
|
|
src/Symfony/Component/Console/Helper/ProgressBar.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/ProgressBar.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
57 | 62 |
|
58 | 63 |
|
59 | 64 |
|
|
src/Symfony/Component/Console/Helper/QuestionHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/QuestionHelper.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
44 | 49 |
|
45 | 50 |
|
46 | 51 |
|
|
src/Symfony/Component/Console/Tests/ClockMock.php
Copy file name to clipboard+41Lines changed: 41 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 | + |
| 40 | + |
| 41 | + |
src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php+7-8Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
43 | 42 |
|
44 |
| - |
| 43 | + |
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
|
src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php+6-7Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
|
src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php+7-8Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
43 | 42 |
|
44 |
| - |
| 43 | + |
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
|
src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
src/Symfony/Component/DomCrawler/Crawler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Crawler.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1036 | 1036 |
|
1037 | 1037 |
|
1038 | 1038 |
|
1039 |
| - |
| 1039 | + |
1040 | 1040 |
|
1041 | 1041 |
|
1042 | 1042 |
|
1043 | 1043 |
|
1044 | 1044 |
|
1045 |
| - |
| 1045 | + |
1046 | 1046 |
|
1047 | 1047 |
|
1048 | 1048 |
|
|
src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php+2-17Lines changed: 2 additions & 17 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 |
|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
| ||
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 | 154 |
|
170 | 155 |
|
171 | 156 |
|
|
0 commit comments