Commit 544bab4
File tree
15 files changed
+36
-40
lines changedFilter options
- src/Symfony/Component
- Config/Definition
- Builder
- DomCrawler
- Form
- Extension/Validator/Constraints
- Tests
- Extension/Csrf/Type
- HttpFoundation
- Tests
- Validator
- Test
- Violation
15 files changed
+36
-40
lines changedsrc/Symfony/Component/Config/Definition/BaseNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/BaseNode.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
|
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 |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
src/Symfony/Component/DomCrawler/AbstractUriElement.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/AbstractUriElement.php+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 |
|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
|
src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
|
src/Symfony/Component/Form/Form.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Form.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
149 |
| - |
| 149 | + |
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
| ||
847 | 847 |
|
848 | 848 |
|
849 | 849 |
|
| 850 | + |
| 851 | + |
850 | 852 |
|
851 | 853 |
|
852 | 854 |
|
|
src/Symfony/Component/Form/FormConfigBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormConfigBuilder.php+9-11Lines changed: 9 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
| ||
767 | 767 |
|
768 | 768 |
|
769 | 769 |
|
770 |
| - |
| 770 | + |
771 | 771 |
|
772 | 772 |
|
773 | 773 |
|
| 774 | + |
| 775 | + |
774 | 776 |
|
775 | 777 |
|
776 | 778 |
|
777 |
| - |
778 |
| - |
| 779 | + |
| 780 | + |
779 | 781 |
|
780 | 782 |
|
781 | 783 |
|
| ||
792 | 794 |
|
793 | 795 |
|
794 | 796 |
|
795 |
| - |
796 |
| - |
797 |
| - |
798 |
| - |
799 | 797 |
|
800 |
| - |
| 798 | + |
801 | 799 |
|
802 | 800 |
|
803 | 801 |
|
|
src/Symfony/Component/Form/FormError.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormError.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
|
src/Symfony/Component/Form/FormFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
|
src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| ||
371 | 372 |
|
372 | 373 |
|
373 | 374 |
|
374 |
| - |
375 |
| - |
376 |
| - |
377 |
| - |
378 |
| - |
379 | 375 |
|
380 | 376 |
|
381 | 377 |
|
382 | 378 |
|
383 |
| - |
| 379 | + |
384 | 380 |
|
385 | 381 |
|
386 | 382 |
|
|
src/Symfony/Component/Form/Tests/FormConfigTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/FormConfigTest.php-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 | 60 |
|
66 | 61 |
|
67 | 62 |
|
|
src/Symfony/Component/HttpFoundation/RedirectResponse.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/RedirectResponse.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
|
src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 |
| - |
| 33 | + |
33 | 34 |
|
34 |
| - |
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
|
src/Symfony/Component/Validator/ConstraintViolation.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/ConstraintViolation.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
|
src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
| 102 | + |
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
| ||
330 | 331 |
|
331 | 332 |
|
332 | 333 |
|
333 |
| - |
| 334 | + |
334 | 335 |
|
335 | 336 |
|
336 | 337 |
|
|
src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
0 commit comments