Skip to content

Commit 5533d81

Browse files
committed
build(deps): setup phpstan
1 parent ded3f93 commit 5533d81

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

core/.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
$finder = Finder::create()
77
->in([
8-
__DIR__ . '/src',
8+
__DIR__ . '/lib',
99
__DIR__ . '/tests',
1010
])
1111
->name('*.php')

core/phpstan.neon.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
parameters:
2+
treatPhpDocTypesAsCertain: false
3+
level: max
4+
paths:
5+
- src
6+
- tests

0 commit comments

Comments
 (0)