File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
- <<<<<<< HEAD
2
- composer.phar
3
- /vendor /
4
-
5
- # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
6
- # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
7
- # composer.lock
8
- =======
9
1
/vendor /
10
2
data.json
11
3
index.php
12
- >>>>>>> 2c4b1f2 (Json db)
4
+ .phpunit.cache /
5
+ .env
6
+ /var /
7
+ /data /* .json
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ level : max
3
+ paths :
4
+ - src
5
+ excludePaths :
6
+ - tests
7
+ tmpDir : var/cache/phpstan
8
+ bootstrapFiles :
9
+ - vendor/autoload.php
10
+ # checkMissingIterableValueType: true
11
+ # checkGenericClassInNonGenericObjectType: true
12
+ checkUnionTypes : true
13
+ reportUnmatchedIgnoredErrors : true
You can’t perform that action at this time.
0 commit comments