Commit a91a7de
File tree
14 files changed
+24
-130
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/Workflow
- Tests
14 files changed
+24
-130
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
4 | 10 |
|
5 | 11 |
|
6 | 12 |
|
| ||
47 | 53 |
|
48 | 54 |
|
49 | 55 |
|
50 |
| - |
| 56 | + |
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ValidateWorkflowsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ValidateWorkflowsPass.php-25Lines changed: 0 additions & 25 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
| 233 | + |
233 | 234 |
|
234 | 235 |
|
235 | 236 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
498 | 498 |
|
499 | 499 |
|
500 | 500 |
|
501 |
| - |
502 |
| - |
503 |
| - |
504 |
| - |
505 | 501 |
|
506 | 502 |
|
507 | 503 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_without_type.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_without_type.php-26Lines changed: 0 additions & 26 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_without_type.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_without_type.xml-21Lines changed: 0 additions & 21 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/workflows.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/workflows.yml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/workflows_without_type.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/workflows_without_type.yml-7Lines changed: 0 additions & 7 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+6-13Lines changed: 6 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
158 |
| - |
| 157 | + |
| 158 | + |
| 159 | + |
159 | 160 |
|
160 | 161 |
|
161 | 162 |
|
| ||
173 | 174 |
|
174 | 175 |
|
175 | 176 |
|
176 |
| - |
177 |
| - |
| 177 | + |
| 178 | + |
| 179 | + |
178 | 180 |
|
179 | 181 |
|
180 | 182 |
|
| ||
207 | 209 |
|
208 | 210 |
|
209 | 211 |
|
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
218 |
| - |
219 | 212 |
|
220 | 213 |
|
221 | 214 |
|
|
src/Symfony/Component/Workflow/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/CHANGELOG.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/Workflow/Registry.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Registry.php+4-7Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
34 |
| - |
35 |
| - |
| 32 | + |
36 | 33 |
|
37 | 34 |
|
38 | 35 |
|
| ||
64 | 61 |
|
65 | 62 |
|
66 | 63 |
|
67 |
| - |
| 64 | + |
68 | 65 |
|
69 | 66 |
|
70 | 67 |
|
|
src/Symfony/Component/Workflow/Tests/RegistryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Tests/RegistryTest.php-23Lines changed: 0 additions & 23 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 | 68 |
|
92 | 69 |
|
93 | 70 |
|
|
0 commit comments