Commit 556b108
committed
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Routing] Changing `RouterInterface` => `UrlGeneratorInterface`
Further up on the page it's advised to use `UrlGeneratorInterface` as typehint. I don't know what the difference is, but I'm guessing that it saves you from `use RouterInterface` (if you need the `UrlGeneratorInterface` for something else anyway, as in this example). Is this right?
Commits
-------
1e9f451 Chaning `RouterInterface` => `UrlGeneratorInterface`
1 file changed
+7
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2772 | 2772 | | |
2773 | 2773 | | |
2774 | 2774 | | |
2775 | | - | |
2776 | 2775 | | |
2777 | 2776 | | |
2778 | 2777 | | |
2779 | 2778 | | |
2780 | | - | |
2781 | | - | |
2782 | | - | |
| 2779 | + | |
2783 | 2780 | | |
2784 | 2781 | | |
2785 | | - | |
2786 | | - | |
2787 | 2782 | | |
2788 | 2783 | | |
2789 | 2784 | | |
2790 | 2785 | | |
2791 | 2786 | | |
2792 | | - | |
| 2787 | + | |
2793 | 2788 | | |
2794 | 2789 | | |
2795 | | - | |
| 2790 | + | |
2796 | 2791 | | |
2797 | 2792 | | |
2798 | 2793 | | |
2799 | | - | |
2800 | | - | |
2801 | | - | |
| 2794 | + | |
| 2795 | + | |
| 2796 | + | |
2802 | 2797 | | |
2803 | 2798 | | |
2804 | 2799 | | |
2805 | | - | |
| 2800 | + | |
2806 | 2801 | | |
2807 | 2802 | | |
2808 | 2803 | | |
| |||
0 commit comments