File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 6
6
"prefer-stable" : true ,
7
7
"require" : {
8
8
"php" : " ~7.0" ,
9
- "phpstan/phpstan" : " dev-dev#8bb7f234a2 " ,
9
+ "phpstan/phpstan" : " dev-dev#19c97e3f31 " ,
10
10
"nette/utils" : " ^2.3.0"
11
11
},
12
12
"repositories" : [
Original file line number Diff line number Diff line change
1
+ services :
2
+ -
3
+ class : PHPStan\Reflection\Nette\HtmlClassReflectionExtension
4
+ tags :
5
+ - phpstan.broker.propertiesClassReflectionExtension
6
+ - phpstan.broker.methodsClassReflectionExtension
7
+
8
+ -
9
+ class : PHPStan\Reflection\Nette\NetteObjectClassReflectionExtension
10
+ tags :
11
+ - phpstan.broker.propertiesClassReflectionExtension
12
+ - phpstan.broker.methodsClassReflectionExtension
13
+
14
+ -
15
+ class : PHPStan\Reflection\Nette\NettePropertyCratesClassReflectionExtension
16
+ tags :
17
+ - phpstan.broker.propertiesClassReflectionExtension
18
+
19
+ -
20
+ class : PHPStan\Reflection\Nette\SmartObjectPropertiesClassReflectionExtension
21
+ tags :
22
+ - phpstan.broker.propertiesClassReflectionExtension
You can’t perform that action at this time.
0 commit comments