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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Integrated the Phalcon debug bar (phalcon/debugbar). A single events manager is registered as a shared service and handed to the database, view, router, and dispatcher providers; DebugBarProvider boots the bar against the application. The bar runs in development only, gated by APP_ENV.
A ControllerBase::flashForward() helper that flashes a message and forwards to another action, replacing the repeated flash-and-forward blocks in the controllers.
Changed
Typed properties, method parameters, and return values across the controllers, forms, models, providers, and plugins, and raised PHPStan analysis from level 1 to level 7.