File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
/.build export-ignore
2
2
/.github export-ignore
3
+ /.idea export-ignore
3
4
/.phan export-ignore
4
5
/.phpdoc export-ignore
5
6
/docs export-ignore
Original file line number Diff line number Diff line change 57
57
],
58
58
'suppress_issue_types ' => [
59
59
'PhanAccessMethodInternal ' ,
60
- // temp silencer (missing dependency chillerlan/php/httpinterface)
61
- 'PhanUndeclaredClassMethod ' ,
62
- 'PhanUndeclaredClassProperty ' ,
63
- 'PhanTypeMismatchReturn ' ,
64
- 'PhanUndeclaredClassReference ' ,
65
60
],
66
61
];
Original file line number Diff line number Diff line change 28
28
"require-dev" : {
29
29
"phpunit/phpunit" : " ^10.5" ,
30
30
"phan/phan" : " ^5.4" ,
31
+ "chillerlan/php-httpinterface" : " ^6.0" ,
31
32
"guzzlehttp/guzzle" : " ^7.8"
32
33
},
33
34
"suggest" : {
Original file line number Diff line number Diff line change 8
8
<testsuites >
9
9
<testsuite name =" chillerlan test suite" >
10
10
<directory >tests</directory >
11
- <!-- excluding this for now as it would require circular dependencies -->
12
- <exclude >tests/ChillerlanFactoryTest.php</exclude >
13
11
</testsuite >
14
12
</testsuites >
15
13
<source >
You can’t perform that action at this time.
0 commit comments