Skip to content

Commit bbcd3a8

Browse files
PHPStan: Add configuration
1 parent 9cdf765 commit bbcd3a8

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
includes:
2+
- phpstan-baseline.neon
3+
4+
parameters:
5+
level: 9
6+
excludePaths:
7+
# Exclude a few source files because they require additional packages
8+
# that are not direct dependencies.
9+
# TODO: At least install them as dev-dependencies or even just in the
10+
# Github pipeline.
11+
- Clockwork/DataSource/DBALDataSource.php
12+
- Clockwork/DataSource/DoctrineDataSource.php
13+
- Clockwork/DataSource/EloquentDataSource.php
14+
- Clockwork/DataSource/GuzzleDataSource.php
15+
- Clockwork/DataSource/Laravel*DataSource.php
16+
- Clockwork/DataSource/LumenDataSource.php
17+
- Clockwork/DataSource/MonologDataSource.php
18+
- Clockwork/DataSource/SlimDataSource.php
19+
- Clockwork/DataSource/SwiftDataSource.php
20+
- Clockwork/DataSource/TwigDataSource.php
21+
- Clockwork/Support
22+
paths:
23+
- Clockwork

0 commit comments

Comments
 (0)