Skip to content

Commit a500fea

Browse files
committed
:octocat: add chillerlan/php-httpinterface 6.0
1 parent 9360a29 commit a500fea

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.build export-ignore
22
/.github export-ignore
3+
/.idea export-ignore
34
/.phan export-ignore
45
/.phpdoc export-ignore
56
/docs export-ignore

.phan/config.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,5 @@
5757
],
5858
'suppress_issue_types' => [
5959
'PhanAccessMethodInternal',
60-
// temp silencer (missing dependency chillerlan/php/httpinterface)
61-
'PhanUndeclaredClassMethod',
62-
'PhanUndeclaredClassProperty',
63-
'PhanTypeMismatchReturn',
64-
'PhanUndeclaredClassReference',
6560
],
6661
];

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"require-dev": {
2929
"phpunit/phpunit": "^10.5",
3030
"phan/phan": "^5.4",
31+
"chillerlan/php-httpinterface": "^6.0",
3132
"guzzlehttp/guzzle": "^7.8"
3233
},
3334
"suggest": {

phpunit.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<testsuites>
99
<testsuite name="chillerlan test suite">
1010
<directory>tests</directory>
11-
<!-- excluding this for now as it would require circular dependencies -->
12-
<exclude>tests/ChillerlanFactoryTest.php</exclude>
1311
</testsuite>
1412
</testsuites>
1513
<source>

0 commit comments

Comments
 (0)