Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Routing] Remove deprecation layer#41371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedMay 21, 2021
| Q | A |
|---|---|
| Branch? | 6.0 |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Tickets | N/A |
| License | MIT |
| Doc PR | N/A |
51927aa to0a135a5Comparecarsonbot commentedMay 22, 2021
Hey! I think@fancyweb has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
0a135a5 to930a78fCompareUh oh!
There was an error while loading.Please reload this page.
| publicfunctionsetSchemes(array |string$schemes) | ||
| { | ||
| $this->schemes =\is_array($schemes) ?$schemes : [$schemes]; | ||
| $this->schemes =(array)$schemes; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
for a lower branch?
Uh oh!
There was an error while loading.Please reload this page.
930a78f to1e9cfe4Comparenicolas-grekas commentedMay 27, 2021
Thank you@derrabus. |