Commit ed610df
File tree
17 files changed
+406
-137
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component
- Config
- Definition
- Tests/Definition
- CssSelector
- Tests
- DomCrawler
- HttpKernel/Tests/Profiler
- VarDumper
- Caster
- Cloner
- Tests
- Fixtures
17 files changed
+406
-137
lines changedsrc/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 |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
src/Symfony/Component/Config/Definition/ArrayNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/ArrayNode.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
303 | 303 |
|
304 | 304 |
|
305 | 305 |
|
306 |
| - |
| 306 | + |
307 | 307 |
|
308 |
| - |
309 | 308 |
|
310 | 309 |
|
311 | 310 |
|
|
src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php+18-21Lines changed: 18 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
| 39 | + |
45 | 40 |
|
46 |
| - |
47 |
| - |
| 41 | + |
48 | 42 |
|
49 |
| - |
50 |
| - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
51 | 49 |
|
52 | 50 |
|
53 | 51 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
| 52 | + |
58 | 53 |
|
59 |
| - |
| 54 | + |
60 | 55 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
66 | 63 |
|
67 | 64 |
|
68 | 65 |
|
|
src/Symfony/Component/CssSelector/CssSelector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/CssSelector.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
|
src/Symfony/Component/CssSelector/Tests/ConverterTest.php renamed to src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Component/DomCrawler/Crawler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Crawler.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
659 | 659 |
|
660 | 660 |
|
661 | 661 |
|
662 |
| - |
| 662 | + |
663 | 663 |
|
664 | 664 |
|
665 | 665 |
|
666 |
| - |
| 666 | + |
667 | 667 |
|
668 | 668 |
|
669 | 669 |
|
| ||
1142 | 1142 |
|
1143 | 1143 |
|
1144 | 1144 |
|
1145 |
| - |
| 1145 | + |
1146 | 1146 |
|
1147 | 1147 |
|
1148 | 1148 |
|
|
src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php+15-19Lines changed: 15 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
| 20 | + |
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 |
| - |
38 |
| - |
| 37 | + |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 | 50 |
|
55 | 51 |
|
56 | 52 |
|
57 | 53 |
|
58 | 54 |
|
59 |
| - |
| 55 | + |
60 | 56 |
|
61 | 57 |
|
62 | 58 |
|
| ||
73 | 69 |
|
74 | 70 |
|
75 | 71 |
|
76 |
| - |
| 72 | + |
77 | 73 |
|
78 | 74 |
|
79 | 75 |
|
| ||
85 | 81 |
|
86 | 82 |
|
87 | 83 |
|
88 |
| - |
| 84 | + |
89 | 85 |
|
90 | 86 |
|
91 | 87 |
|
| ||
94 | 90 |
|
95 | 91 |
|
96 | 92 |
|
97 |
| - |
98 |
| - |
| 93 | + |
| 94 | + |
99 | 95 |
|
100 | 96 |
|
src/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php+28-40Lines changed: 28 additions & 40 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 | 20 |
|
29 | 21 |
|
30 | 22 |
|
| ||
52 | 44 |
|
53 | 45 |
|
54 | 46 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
| 47 | + |
76 | 48 |
|
77 | 49 |
|
78 | 50 |
|
| ||
108 | 80 |
|
109 | 81 |
|
110 | 82 |
|
111 |
| - |
| 83 | + |
112 | 84 |
|
113 |
| - |
| 85 | + |
114 | 86 |
|
115 | 87 |
|
116 |
| - |
| 88 | + |
117 | 89 |
|
118 | 90 |
|
119 | 91 |
|
120 | 92 |
|
121 | 93 |
|
122 | 94 |
|
123 | 95 |
|
124 |
| - |
| 96 | + |
125 | 97 |
|
126 | 98 |
|
127 |
| - |
| 99 | + |
128 | 100 |
|
129 | 101 |
|
130 | 102 |
|
| ||
139 | 111 |
|
140 | 112 |
|
141 | 113 |
|
142 |
| - |
| 114 | + |
143 | 115 |
|
144 |
| - |
| 116 | + |
145 | 117 |
|
146 | 118 |
|
147 | 119 |
|
| ||
154 | 126 |
|
155 | 127 |
|
156 | 128 |
|
157 |
| - |
| 129 | + |
158 | 130 |
|
159 | 131 |
|
160 | 132 |
|
161 | 133 |
|
162 |
| - |
163 |
| - |
164 |
| - |
| 134 | + |
165 | 135 |
|
166 | 136 |
|
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
167 | 155 |
|
168 | 156 |
|
0 commit comments