Commit 76d3c9e
File tree
Expand file treeCollapse file tree
13 files changed
+56
-27
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/Tests/Validator/Constraints
- Bundle/TwigBundle
- Component
- Console/Helper
- Filesystem/Tests
- Finder/Adapter
- Form/Tests/Extension
- Core/Type
- HttpFoundation
- HttpFoundation
- Tests
- Session/Storage/Handler
- Validator/Tests/Constraints
- Fixtures
Expand file treeCollapse file tree
13 files changed
+56
-27
lines changedsrc/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueValidatorTest.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
|
src/Symfony/Bundle/TwigBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
|
src/Symfony/Component/Console/Helper/DialogHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/DialogHelper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
160 |
| - |
| 160 | + |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
|
src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
| 100 | + |
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
|
src/Symfony/Component/Finder/Adapter/AbstractFindAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Adapter/AbstractFindAdapter.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
| 259 | + |
259 | 260 |
|
260 | 261 |
|
261 | 262 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
| 81 | + |
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
|
src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
src/Symfony/Component/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
| 361 | + |
361 | 362 |
|
362 | 363 |
|
363 | 364 |
|
| ||
955 | 956 |
|
956 | 957 |
|
957 | 958 |
|
958 |
| - |
| 959 | + |
| 960 | + |
| 961 | + |
| 962 | + |
| 963 | + |
| 964 | + |
| 965 | + |
959 | 966 |
|
960 | 967 |
|
961 | 968 |
|
|
src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
184 |
| - |
| 183 | + |
| 184 | + |
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
192 |
| - |
| 191 | + |
| 192 | + |
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
|
src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/RequestTest.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
166 | 174 |
|
167 | 175 |
|
168 | 176 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php+19-13Lines changed: 19 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
| ||
76 | 75 |
|
77 | 76 |
|
78 | 77 |
|
79 |
| - |
80 |
| - |
81 |
| - |
| 78 | + |
82 | 79 |
|
83 | 80 |
|
84 | 81 |
|
| ||
105 | 102 |
|
106 | 103 |
|
107 | 104 |
|
108 |
| - |
109 |
| - |
110 |
| - |
| 105 | + |
111 | 106 |
|
112 | 107 |
|
113 | 108 |
|
| ||
130 | 125 |
|
131 | 126 |
|
132 | 127 |
|
133 |
| - |
134 |
| - |
135 |
| - |
| 128 | + |
136 | 129 |
|
137 | 130 |
|
138 | 131 |
|
| ||
148 | 141 |
|
149 | 142 |
|
150 | 143 |
|
151 |
| - |
152 |
| - |
153 |
| - |
| 144 | + |
154 | 145 |
|
155 | 146 |
|
156 | 147 |
|
| ||
178 | 169 |
|
179 | 170 |
|
180 | 171 |
|
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
181 | 187 |
|
src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 |
| - |
| 202 | + |
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| ||
227 | 227 |
|
228 | 228 |
|
229 | 229 |
|
230 |
| - |
| 230 | + |
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 |
| - |
| 258 | + |
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
| ||
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
| 292 | + |
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
|
src/Symfony/Component/Validator/Tests/Constraints/Fixtures/foo
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/Fixtures/fooWhitespace-only changes.
0 commit comments