Skip to content

Commit 7118f6d

Browse files
committed
🚿
1 parent 8881a78 commit 7118f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CurlUtils/CurlHandle.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class CurlHandle{
7676

7777
/**
7878
* The cURL handle
79-
*
79+
* @phan-suppress PhanUndeclaredTypeProperty
8080
* @var resource|\CurlHandle|null
8181
*/
8282
protected $curl;
@@ -120,6 +120,7 @@ public function close():CurlHandle{
120120
}
121121

122122
/**
123+
* @phan-suppress PhanUndeclaredTypeReturnType
123124
* @return resource|\CurlHandle|null
124125
* @codeCoverageIgnore
125126
*/

0 commit comments

Comments
 (0)