Skip to content

Conversation

@dereuromark
Copy link
Member

Summary

  • Add missing parameter type declarations and return types to method signatures across 13 documentation files
  • Fix incorrect class references (e.g. RouteBuilder::url()Router::url(), Class::responseHeader()HttpException::setHeader())
  • Update signatures to match CakePHP 5.x source code

Files updated: routing, caching, sessions, debugging, email, httpclient, logging, errors, request-response, entities, table-objects, views, console I/O.

Update method signatures across documentation to include proper
type declarations matching the CakePHP 5.x source code. Fixes
untyped parameters, missing return types, and incorrect class
references in RouteBuilder, CacheEngine, Session, Debugger,
ServerRequest, Response, Mailer, and other documented APIs.
@dereuromark dereuromark marked this pull request as ready for review February 1, 2026 19:57
@LordSimal LordSimal merged commit ebb4688 into 5.x Feb 1, 2026
5 checks passed
@LordSimal LordSimal deleted the fix/method-signature-types branch February 1, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants