Commit 2bcc2a9
File tree
Expand file treeCollapse file tree
22 files changed
+230
-221
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Tests/Routing
- Component/Routing
- Matcher
- Dumper
- Tests
- Fixtures/dumper
- Matcher
- Dumper
Expand file treeCollapse file tree
22 files changed
+230
-221
lines changedsrc/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php+34-42Lines changed: 34 additions & 42 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
132 |
| - |
| 131 | + |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
139 | 145 |
|
140 | 146 |
|
141 | 147 |
|
142 | 148 |
|
143 | 149 |
|
144 | 150 |
|
145 |
| - |
| 151 | + |
146 | 152 |
|
147 | 153 |
|
148 | 154 |
|
| ||
238 | 244 |
|
239 | 245 |
|
240 | 246 |
|
241 |
| - |
242 |
| - |
243 |
| - |
244 | 247 |
|
245 | 248 |
|
246 | 249 |
|
| ||
535 | 538 |
|
536 | 539 |
|
537 | 540 |
|
538 |
| - |
539 |
| - |
540 | 541 |
|
541 |
| - |
542 |
| - |
543 |
| - |
544 |
| - |
545 |
| - |
| 542 | + |
546 | 543 |
|
547 |
| - |
| 544 | + |
| 545 | + |
| 546 | + |
548 | 547 |
|
549 | 548 |
|
550 | 549 |
|
551 |
| - |
| 550 | + |
552 | 551 |
|
553 | 552 |
|
554 |
| - |
555 |
| - |
| 553 | + |
| 554 | + |
556 | 555 |
|
557 | 556 |
|
558 | 557 |
|
| ||
575 | 574 |
|
576 | 575 |
|
577 | 576 |
|
578 |
| - |
579 | 577 |
|
580 | 578 |
|
581 | 579 |
|
| ||
632 | 630 |
|
633 | 631 |
|
634 | 632 |
|
635 |
| - |
636 |
| - |
637 |
| - |
638 |
| - |
639 |
| - |
640 |
| - |
641 |
| - |
642 |
| - |
643 |
| - |
644 |
| - |
645 |
| - |
646 |
| - |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
647 | 637 |
|
648 |
| - |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
649 | 642 |
|
650 | 643 |
|
651 | 644 |
|
652 | 645 |
|
653 | 646 |
|
654 | 647 |
|
655 |
| - |
656 |
| - |
657 |
| - |
658 |
| - |
| 648 | + |
| 649 | + |
659 | 650 |
|
660 |
| - |
661 |
| - |
| 651 | + |
| 652 | + |
| 653 | + |
662 | 654 |
|
663 | 655 |
|
664 | 656 |
|
|
src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php+9-21Lines changed: 9 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
31 | 39 |
|
32 | 40 |
|
33 | 41 |
|
| ||
41 | 49 |
|
42 | 50 |
|
43 | 51 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 | 52 |
|
src/Symfony/Component/Routing/Matcher/UrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/UrlMatcher.php+22-6Lines changed: 22 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
37 | 49 |
|
38 | 50 |
|
39 | 51 |
|
| ||
70 | 82 |
|
71 | 83 |
|
72 | 84 |
|
73 |
| - |
| 85 | + |
74 | 86 |
|
75 | 87 |
|
76 | 88 |
|
| ||
149 | 161 |
|
150 | 162 |
|
151 | 163 |
|
| 164 | + |
152 | 165 |
|
153 | 166 |
|
154 | 167 |
|
155 | 168 |
|
156 | 169 |
|
157 | 170 |
|
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
158 | 178 |
|
159 | 179 |
|
160 | 180 |
|
| ||
195 | 215 |
|
196 | 216 |
|
197 | 217 |
|
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
| 218 | + |
203 | 219 |
|
204 | 220 |
|
205 | 221 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher0.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher0.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
72 | 77 |
|
73 | 78 |
|
74 | 79 |
|
| ||
214 | 219 |
|
215 | 220 |
|
216 | 221 |
|
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
217 | 227 |
|
218 | 228 |
|
219 | 229 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher10.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher10.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
2804 | 2804 |
|
2805 | 2805 |
|
2806 | 2806 |
|
| 2807 | + |
| 2808 | + |
| 2809 | + |
| 2810 | + |
| 2811 | + |
2807 | 2812 |
|
2808 | 2813 |
|
2809 | 2814 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher11.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher11.php+19-17Lines changed: 19 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
28 | 34 |
|
29 | 35 |
|
30 | 36 |
|
31 | 37 |
|
32 | 38 |
|
33 | 39 |
|
34 |
| - |
| 40 | + |
35 | 41 |
|
36 |
| - |
| 42 | + |
37 | 43 |
|
38 | 44 |
|
39 | 45 |
|
| ||
105 | 111 |
|
106 | 112 |
|
107 | 113 |
|
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 | 114 |
|
118 | 115 |
|
119 | 116 |
|
120 | 117 |
|
121 | 118 |
|
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
122 | 124 |
|
123 | 125 |
|
124 | 126 |
|
|
0 commit comments