Skip to content

Commit 4300ffc

Browse files
martenbondrejmirtes
authored andcommitted
earlyTerminatingMethodCalls: error should be in Component, not Presenter
1 parent c8a4ec6 commit 4300ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ parameters:
2222
- Nette\Http\SessionSection
2323
- Nette\Security\Identity
2424
earlyTerminatingMethodCalls:
25+
Nette\Application\UI\Component:
26+
- error
2527
Nette\Application\UI\Presenter:
2628
- redirect
2729
- redirectUrl
2830
- sendJson
2931
- sendPayload
3032
- sendResponse
3133
- sendTemplate
32-
- error
3334
- terminate
3435
- forward
3536

0 commit comments

Comments
 (0)