Commit 609ee2d
File tree
20 files changed
+191
-58
lines changedFilter options
- .github
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component
- Config/Definition/Builder
- Form
- Extension
- Core/DataTransformer
- Csrf
- EventListener
- Type
- HttpFoundation
- Tests/Extension
- Core/DataTransformer
- Csrf/EventListener
- Util
- HttpFoundation
- Tests
- HttpKernel/DataCollector
- Process/Pipes
- Routing
- Validator/Resources/translations
- VarDumper
- Dumper
- Tests
20 files changed
+191
-58
lines changed.github/PULL_REQUEST_TEMPLATE.md
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
|
src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php+37-6Lines changed: 37 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
121 | 125 |
|
122 | 126 |
|
123 | 127 |
|
124 | 128 |
|
125 | 129 |
|
126 | 130 |
|
127 |
| - |
128 |
| - |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
129 | 138 |
|
130 | 139 |
|
131 | 140 |
|
132 | 141 |
|
133 |
| - |
| 142 | + |
134 | 143 |
|
135 | 144 |
|
136 | 145 |
|
| ||
140 | 149 |
|
141 | 150 |
|
142 | 151 |
|
| 152 | + |
| 153 | + |
143 | 154 |
|
144 | 155 |
|
145 | 156 |
|
146 | 157 |
|
147 |
| - |
| 158 | + |
148 | 159 |
|
149 | 160 |
|
150 | 161 |
|
151 |
| - |
| 162 | + |
152 | 163 |
|
153 | 164 |
|
154 | 165 |
|
| ||
163 | 174 |
|
164 | 175 |
|
165 | 176 |
|
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
166 | 197 |
|
src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
71 | 77 |
|
72 | 78 |
|
73 | 79 |
|
74 | 80 |
|
75 | 81 |
|
76 | 82 |
|
77 | 83 |
|
78 |
| - |
| 84 | + |
79 | 85 |
|
80 | 86 |
|
81 | 87 |
|
| ||
89 | 95 |
|
90 | 96 |
|
91 | 97 |
|
| 98 | + |
92 | 99 |
|
93 | 100 |
|
94 | 101 |
|
95 | 102 |
|
96 | 103 |
|
| 104 | + |
97 | 105 |
|
98 |
| - |
| 106 | + |
99 | 107 |
|
100 | 108 |
|
101 | 109 |
|
|
src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
58 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
| ||
68 | 74 |
|
69 | 75 |
|
70 | 76 |
|
| 77 | + |
71 | 78 |
|
72 | 79 |
|
73 | 80 |
|
| ||
89 | 96 |
|
90 | 97 |
|
91 | 98 |
|
92 |
| - |
| 99 | + |
| 100 | + |
93 | 101 |
|
94 | 102 |
|
95 | 103 |
|
|
src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
| 76 | + |
80 | 77 |
|
81 | 78 |
|
82 | 79 |
|
|
src/Symfony/Component/Form/NativeRequestHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/NativeRequestHandler.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
| 84 | + |
88 | 85 |
|
89 | 86 |
|
90 | 87 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
233 | 253 |
|
234 | 254 |
|
235 | 255 |
|
|
src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php+22Lines changed: 22 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 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
75 | 97 |
|
src/Symfony/Component/Form/Util/ServerParams.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Util/ServerParams.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
28 | 41 |
|
29 | 42 |
|
30 | 43 |
|
|
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 |
---|---|---|
| ||
1522 | 1522 |
|
1523 | 1523 |
|
1524 | 1524 |
|
1525 |
| - |
| 1525 | + |
1526 | 1526 |
|
1527 | 1527 |
|
1528 | 1528 |
|
|
src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/RequestTest.php+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1042 | 1042 |
|
1043 | 1043 |
|
1044 | 1044 |
|
| 1045 | + |
| 1046 | + |
| 1047 | + |
| 1048 | + |
| 1049 | + |
| 1050 | + |
| 1051 | + |
| 1052 | + |
1045 | 1053 |
|
1046 |
| - |
| 1054 | + |
1047 | 1055 |
|
1048 | 1056 |
|
1049 | 1057 |
|
| ||
1060 | 1068 |
|
1061 | 1069 |
|
1062 | 1070 |
|
1063 |
| - |
| 1071 | + |
1064 | 1072 |
|
1065 | 1073 |
|
1066 |
| - |
| 1074 | + |
1067 | 1075 |
|
1068 | 1076 |
|
| 1077 | + |
| 1078 | + |
1069 | 1079 |
|
1070 | 1080 |
|
1071 | 1081 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 |
| - |
215 |
| - |
| 214 | + |
216 | 215 |
|
217 | 216 |
|
218 | 217 |
|
|
src/Symfony/Component/Process/Pipes/WindowsPipes.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Pipes/WindowsPipes.php+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 |
| - |
56 |
| - |
| 56 | + |
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
64 |
| - |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
65 | 70 |
|
66 | 71 |
|
67 | 72 |
|
|
0 commit comments