adjust cake 6.0 upgrade to current upgrade tooling rectors#8221
adjust cake 6.0 upgrade to current upgrade tooling rectors#8221
Conversation
|
@ADmad this what you had in mind? |
f5086be to
3d03290
Compare
Don't like the use of named arg for the 1st argument :) Sorry for not being clear earlier, I meant to use them for 2nd/3rd args because of the swapping of the args done in 6.x. Your changes do highlight an inconsistency though. For
|
|
We are already BC breaking here for the RouteBuilder, so adjusting the arg names to make them more unified is a good idea. |
|
Is the PR what you had in mind? |
|
will clean this PR up after your PR has been merged. @ADmad I'd say its more of a "only use named params if they are optional" So e.g. |
Co-authored-by: ADmad <admad.coder@gmail.com>
ff76969 to
41e7092
Compare
41e7092 to
2927f31
Compare
|
@ADmad so is the current state of the routing docs what you had in mind? |
|
The routing docs need to be refactored anyways as cakephp/cakephp#19293 is a thing now 😁 |
Closes #8188