Commit 83e102b
committed
File tree
Expand file treeCollapse file tree
38 files changed
+215
-159
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Tests
- DependencyInjection/Fixtures
- php
- xml
- yml
- Fixtures/Validation
- Component
- Cache/Traits
- Clock
- Tests
- Console
- Output
- Tests
- Output
- Style
- DependencyInjection/Tests/Fixtures/yaml
- DomCrawler
- Tests
- HttpFoundation
- HttpKernel
- Tests
- Lock/Tests/Store
- Validator
- Tests/Constraints/Fixtures
Expand file treeCollapse file tree
38 files changed
+215
-159
lines changed+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 |
|
59 | 59 |
|
|
+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
42 | 51 |
|
43 | 52 |
|
44 | 53 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/legacy_translator_enabled_locales.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/legacy_translator_enabled_locales.php-20Lines changed: 0 additions & 20 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php-10Lines changed: 0 additions & 10 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/legacy_translator_enabled_locales.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/legacy_translator_enabled_locales.xml-18Lines changed: 0 additions & 18 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml-6Lines changed: 0 additions & 6 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/SubCategory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/SubCategory.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
| 9 | + |
12 | 10 |
|
13 | 11 |
|
src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
56 | 54 |
|
57 | 55 |
|
58 | 56 |
|
|
src/Symfony/Component/Clock/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/CHANGELOG.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/Clock/Clock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/Clock.php+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
65 | 68 |
|
66 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
67 | 80 |
|
68 |
| - |
| 81 | + |
69 | 82 |
|
70 | 83 |
|
71 | 84 |
|
|
src/Symfony/Component/Clock/MockClock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/MockClock.php+40-11Lines changed: 40 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
25 | 29 |
|
26 | 30 |
|
27 |
| - |
| 31 | + |
28 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
29 | 39 |
|
30 | 40 |
|
31 |
| - |
| 41 | + |
32 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
33 | 49 |
|
34 | 50 |
|
35 | 51 |
|
| ||
49 | 65 |
|
50 | 66 |
|
51 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
52 | 71 |
|
53 | 72 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
61 | 77 |
|
62 | 78 |
|
63 |
| - |
| 79 | + |
64 | 80 |
|
65 | 81 |
|
| 82 | + |
| 83 | + |
| 84 | + |
66 | 85 |
|
67 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
68 | 97 |
|
69 |
| - |
| 98 | + |
70 | 99 |
|
71 | 100 |
|
72 | 101 |
|
|
src/Symfony/Component/Clock/MonotonicClock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/MonotonicClock.php+18-6Lines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
| ||
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
| 38 | + |
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
| ||
71 | 70 |
|
72 | 71 |
|
73 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
74 | 76 |
|
75 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
76 | 88 |
|
77 |
| - |
| 89 | + |
78 | 90 |
|
79 | 91 |
|
80 | 92 |
|
|
src/Symfony/Component/Clock/NativeClock.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/NativeClock.php+18-6Lines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
| 28 | + |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
| ||
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
48 | 50 |
|
49 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
50 | 62 |
|
51 |
| - |
| 63 | + |
52 | 64 |
|
53 | 65 |
|
54 | 66 |
|
|
src/Symfony/Component/Clock/Tests/MockClockTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/Tests/MockClockTest.php+5-12Lines changed: 5 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
| 95 | + |
| 96 | + |
104 | 97 |
|
105 | 98 |
|
106 | 99 |
|
107 | 100 |
|
108 | 101 |
|
109 |
| - |
| 102 | + |
110 | 103 |
|
111 | 104 |
|
112 | 105 |
|
113 |
| - |
114 |
| - |
| 106 | + |
| 107 | + |
115 | 108 |
|
116 | 109 |
|
117 | 110 |
|
|
src/Symfony/Component/Clock/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Clock/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
src/Symfony/Component/Console/Output/ConsoleSectionOutput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Output/ConsoleSectionOutput.php+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
119 |
| - |
| 118 | + |
120 | 119 |
|
121 | 120 |
|
122 | 121 |
|
| ||
161 | 160 |
|
162 | 161 |
|
163 | 162 |
|
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
164 | 169 |
|
165 | 170 |
|
166 | 171 |
|
|
0 commit comments