Commit bc626d5
committed
File tree
Expand file treeCollapse file tree
14 files changed
+120
-22
lines changedFilter options
- src/Symfony/Component
- Cache
- Adapter
- Tests/Adapter
- Traits
- Console
- Form
- ChoiceList
- Resources/translations
- HttpKernel
- Log
- Tests
- Log
- Mailer/Transport
- Security/Core/Resources/translations
- Validator/Resources/translations
Expand file treeCollapse file tree
14 files changed
+120
-22
lines changedsrc/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
344 | 357 |
|
345 | 358 |
|
346 | 359 |
|
|
src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
397 |
| - |
| 397 | + |
398 | 398 |
|
399 | 399 |
|
400 | 400 |
|
|
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+16-6Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
276 | 276 |
|
277 | 277 |
|
278 | 278 |
|
279 |
| - |
| 279 | + |
280 | 280 |
|
281 | 281 |
|
282 | 282 |
|
| ||
933 | 933 |
|
934 | 934 |
|
935 | 935 |
|
936 |
| - |
937 |
| - |
938 |
| - |
939 |
| - |
940 |
| - |
| 936 | + |
| 937 | + |
| 938 | + |
| 939 | + |
| 940 | + |
| 941 | + |
| 942 | + |
| 943 | + |
| 944 | + |
| 945 | + |
| 946 | + |
| 947 | + |
| 948 | + |
| 949 | + |
| 950 | + |
941 | 951 |
|
942 | 952 |
|
943 | 953 |
|
|
src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Component/Form/Resources/translations/validators.lv.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Resources/translations/validators.lv.xlf+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
135 |
| - |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
|
src/Symfony/Component/HttpKernel/HttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpKernel.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
110 | 120 |
|
111 | 121 |
|
112 | 122 |
|
|
src/Symfony/Component/HttpKernel/Log/Logger.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Log/Logger.php+10-6Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
| ||
85 | 89 |
|
86 | 90 |
|
87 | 91 |
|
88 |
| - |
| 92 | + |
89 | 93 |
|
90 | 94 |
|
91 | 95 |
|
| ||
110 | 114 |
|
111 | 115 |
|
112 | 116 |
|
113 |
| - |
| 117 | + |
114 | 118 |
|
115 | 119 |
|
116 | 120 |
|
|
src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
344 | 360 |
|
345 | 361 |
|
346 | 362 |
|
|
src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php+22-2Lines changed: 22 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| ||
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 |
| - |
| 189 | + |
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
199 | 219 |
|
200 | 220 |
|
201 | 221 |
|
|
src/Symfony/Component/Mailer/Transport/AbstractTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/AbstractTransport.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
|
src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
73 | 81 |
|
74 | 82 |
|
75 | 83 |
|
src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
|
src/Symfony/Component/Validator/Resources/translations/validators.az.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.az.xlf+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
386 | 386 |
|
387 | 387 |
|
388 | 388 |
|
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
389 | 405 |
|
390 | 406 |
|
391 | 407 |
|
0 commit comments