You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix remaining signature mismatches against CakePHP 5.x source. (#8216)
- RouteBuilder::prefix/plugin are instance methods, not static
- CacheEngine::write/read renamed to set/get per PSR-16
- Session methods use $name parameter, not $key
- ServerRequest::addDetector parameter is $detector
- Response: fix nullable types, union types, and parameter names
for withStringBody, withCache, withExpires, withEtag, withModified,
withVary, withHeader
- ConsoleIo::ask has 2 params (not 3), createFile has $forceOverwrite
- LogTrait::log accepts Stringable|string and $context param
- newClientResponse is on HttpClientTrait, not Response
0 commit comments