Commit 6dc7d8b
committed
File tree
29 files changed
+78
-54
lines changedFilter options
- src/Symfony
- Bridge
- PhpUnit/Legacy
- Twig/Extension
- Component
- Config/Tests/Resource
- DependencyInjection
- Loader
- Tests
- Compiler
- Loader
- ExpressionLanguage/Tests
- Form/Tests/Extension/Core/Type
- Mailer/Tests/Transport/Smtp/Stream
- Messenger
- Bridge/Redis
- Tests/Transport
- Transport
- Tests/Transport/Serialization
- Notifier/Bridge/Telegram/Tests
- Process/Tests
- PropertyAccess/Tests
- Routing/Tests/Loader
- Security/Guard/Tests/Provider
- VarExporter/Tests
- Yaml/Tests
29 files changed
+78
-54
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
|
src/Symfony/Bridge/PhpUnit/Legacy/PolyfillTestCaseTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/PolyfillTestCaseTrait.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
98 | 108 |
|
99 | 109 |
|
100 | 110 |
|
|
src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
|
src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
754 | 754 |
|
755 | 755 |
|
756 | 756 |
|
757 |
| - |
| 757 | + |
758 | 758 |
|
759 | 759 |
|
760 | 760 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveChildDefinitionsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveChildDefinitionsPassTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
405 | 405 |
|
406 | 406 |
|
407 | 407 |
|
408 |
| - |
| 408 | + |
409 | 409 |
|
410 | 410 |
|
411 | 411 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 |
| - |
| 236 | + |
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
| 219 | + |
220 | 220 |
|
221 | 221 |
|
222 | 222 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
380 | 380 |
|
381 | 381 |
|
382 | 382 |
|
383 |
| - |
| 383 | + |
384 | 384 |
|
385 | 385 |
|
386 | 386 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| ||
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
388 |
| - |
| 388 | + |
389 | 389 |
|
390 | 390 |
|
391 | 391 |
|
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
395 | 395 |
|
396 |
| - |
| 396 | + |
397 | 397 |
|
398 | 398 |
|
399 | 399 |
|
| ||
494 | 494 |
|
495 | 495 |
|
496 | 496 |
|
497 |
| - |
| 497 | + |
498 | 498 |
|
499 | 499 |
|
500 | 500 |
|
| ||
622 | 622 |
|
623 | 623 |
|
624 | 624 |
|
625 |
| - |
| 625 | + |
626 | 626 |
|
627 | 627 |
|
628 | 628 |
|
| ||
712 | 712 |
|
713 | 713 |
|
714 | 714 |
|
715 |
| - |
| 715 | + |
716 | 716 |
|
717 | 717 |
|
718 | 718 |
|
| ||
721 | 721 |
|
722 | 722 |
|
723 | 723 |
|
724 |
| - |
| 724 | + |
725 | 725 |
|
726 | 726 |
|
727 | 727 |
|
| ||
740 | 740 |
|
741 | 741 |
|
742 | 742 |
|
743 |
| - |
| 743 | + |
744 | 744 |
|
745 | 745 |
|
746 | 746 |
|
| ||
749 | 749 |
|
750 | 750 |
|
751 | 751 |
|
752 |
| - |
| 752 | + |
753 | 753 |
|
754 | 754 |
|
755 | 755 |
|
| ||
758 | 758 |
|
759 | 759 |
|
760 | 760 |
|
761 |
| - |
| 761 | + |
762 | 762 |
|
763 | 763 |
|
764 | 764 |
|
| ||
767 | 767 |
|
768 | 768 |
|
769 | 769 |
|
770 |
| - |
| 770 | + |
771 | 771 |
|
772 | 772 |
|
773 | 773 |
|
|
src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
200 |
| - |
| 200 | + |
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
|
src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
79 | 87 |
|
80 | 88 |
|
81 | 89 |
|
|
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
70 | 76 |
|
71 | 77 |
|
72 | 78 |
|
| ||
150 | 156 |
|
151 | 157 |
|
152 | 158 |
|
153 |
| - |
| 159 | + |
154 | 160 |
|
155 | 161 |
|
156 | 162 |
|
|
0 commit comments