Commit d81fb63
committed
minor symfony#8814 remove CompilerPassInterface from kernel (andrewtch)
This PR was merged into the 4.0 branch.
Discussion
----------
remove CompilerPassInterface from kernel
It is not needed here - `build` methods is a part of `Kernel`, but `CompilerPassInterface` defines `process`.
Commits
-------
9b27700 remove CompilerPassInterface from kernel1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments