Skip to content

Commit d4250db

Browse files
committed
Maestro mass commit
1 parent f0eb106 commit d4250db

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/phpbench.json
55
/composer.lock
66
/.php_cs.cache
7+
/stubs

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"dev-master": "0.4.x-dev"
3434
}
3535
}
36-
}
36+
}

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- vendor/phpstan/phpstan/conf/config.level7.neon
33

44
parameters:
5+
inferPrivatePropertyTypeFromConstructor: true
56
ignoreErrors:
67

78
paths:

0 commit comments

Comments
 (0)