application icon indicating copy to clipboard operation
application copied to clipboard

🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

Results 56 application issues
Sort by recently updated
recently updated
newest added
trafficstars

No BC break I propose remove @method annotation of two non-existing methods you can't even call magically. IDE makes false suggestion in presenter when used type annotation DefaultTemplate for magic...

This PR is a part of https://github.com/nette/routing/pull/18 + https://github.com/nette/http/pull/242, where is a full description. It consists of 3 PR in 3 nette packages and all these PRs should be merged...

The current comment is invalid

This PR is a part of complex correction of NEON statement syntax with added support for properties. part 1: https://github.com/nette/di/pull/318 part 2: https://github.com/nette/neon/pull/73 All three PR should be merged together...

- Explain your intentions I belive we should consider BC break change, and modify code of Application in way, that `public function processRequest(Request $request): IResponse` will return response instead of...

Version: 3.2.6 ### Bug Description This commit broke it: https://github.com/nette/application/commit/244fc48af976a5c85912b153d1e6c300cd694a40 Because of condition here: https://github.com/nette/application/blob/v3.2.6/src/Bridges/ApplicationDI/PresenterFactoryCallback.php#L58 Link mode keeps being set to `0`. So no warning is thrown that link is...