Skip to content

Commit fb4bf50

Browse files
committed
Presenter::startup as an additional constructor (property initializer)
1 parent 6d67811 commit fb4bf50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "~7.1",
10-
"phpstan/phpstan": "^0.12.26"
10+
"phpstan/phpstan": "^0.12.33"
1111
},
1212
"conflict": {
1313
"nette/application": "<2.3.0",

extension.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
parameters:
2+
additionalConstructors:
3+
- Nette\Application\UI\Presenter::startup
24
stubFiles:
35
- stubs/Application/Routers/RouteList.stub
46
- stubs/Application/UI/Component.stub

0 commit comments

Comments
 (0)