File tree
10 files changed
+177
-41
lines changedFilter options
- src/Symfony
- Bridge/Twig/Tests/Extension
- Component/Workflow
- SupportStrategy
- Tests
10 files changed
+177
-41
lines changed+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
913 | 913 |
|
914 | 914 |
|
915 | 915 |
|
916 |
| - |
| 916 | + |
| 917 | + |
| 918 | + |
917 | 919 |
|
918 | 920 |
|
919 | 921 |
|
|
src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
src/Symfony/Component/Workflow/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/CHANGELOG.md+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
| 10 | + |
8 | 11 |
|
9 | 12 |
|
10 | 13 |
|
|
src/Symfony/Component/Workflow/Registry.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Registry.php+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 |
| - |
32 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
33 | 43 |
|
34 | 44 |
|
35 | 45 |
|
| ||
61 | 71 |
|
62 | 72 |
|
63 | 73 |
|
64 |
| - |
| 74 | + |
65 | 75 |
|
66 | 76 |
|
67 | 77 |
|
|
src/Symfony/Component/Workflow/SupportStrategy/ClassInstanceSupportStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/SupportStrategy/ClassInstanceSupportStrategy.php+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 |
| - |
| 14 | + |
6 | 15 |
|
7 | 16 |
|
8 | 17 |
|
9 | 18 |
|
10 |
| - |
| 19 | + |
11 | 20 |
|
12 | 21 |
|
13 | 22 |
|
| ||
19 | 28 |
|
20 | 29 |
|
21 | 30 |
|
22 |
| - |
| 31 | + |
23 | 32 |
|
24 | 33 |
|
25 | 34 |
|
|
src/Symfony/Component/Workflow/SupportStrategy/SupportStrategyInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/SupportStrategy/SupportStrategyInterface.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
src/Symfony/Component/Workflow/SupportStrategy/SupportStrategyWorkflowInterface.php
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
src/Symfony/Component/Workflow/Tests/RegistryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Tests/RegistryTest.php+32-3Lines changed: 32 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| ||
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 |
| - |
22 |
| - |
23 |
| - |
| 22 | + |
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
31 | 43 |
|
32 | 44 |
|
33 | 45 |
|
| ||
65 | 77 |
|
66 | 78 |
|
67 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
68 | 83 |
|
69 | 84 |
|
70 | 85 |
|
| ||
75 | 90 |
|
76 | 91 |
|
77 | 92 |
|
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
78 | 107 |
|
79 | 108 |
|
80 | 109 |
|
|
src/Symfony/Component/Workflow/Workflow.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Workflow.php+7-30Lines changed: 7 additions & 30 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 42 | + |
49 | 43 |
|
50 | 44 |
|
51 | 45 |
|
| ||
83 | 77 |
|
84 | 78 |
|
85 | 79 |
|
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
| 80 | + |
92 | 81 |
|
93 | 82 |
|
94 | 83 |
|
| ||
113 | 102 |
|
114 | 103 |
|
115 | 104 |
|
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
| 105 | + |
125 | 106 |
|
126 | 107 |
|
127 | 108 |
|
| ||
164 | 145 |
|
165 | 146 |
|
166 | 147 |
|
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
| 148 | + |
172 | 149 |
|
173 | 150 |
|
174 | 151 |
|
| ||
190 | 167 |
|
191 | 168 |
|
192 | 169 |
|
193 |
| - |
| 170 | + |
194 | 171 |
|
195 | 172 |
|
196 | 173 |
|
197 | 174 |
|
198 | 175 |
|
199 | 176 |
|
200 | 177 |
|
201 |
| - |
| 178 | + |
202 | 179 |
|
203 | 180 |
|
204 | 181 |
|
|
src/Symfony/Component/Workflow/WorkflowInterface.php
Copy file name to clipboard+76Lines changed: 76 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
0 commit comments