We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8881a78 commit 7118f6dCopy full SHA for 7118f6d
1 file changed
src/CurlUtils/CurlHandle.php
@@ -76,7 +76,7 @@ class CurlHandle{
76
77
/**
78
* The cURL handle
79
- *
+ * @phan-suppress PhanUndeclaredTypeProperty
80
* @var resource|\CurlHandle|null
81
*/
82
protected $curl;
@@ -120,6 +120,7 @@ public function close():CurlHandle{
120
}
121
122
123
+ * @phan-suppress PhanUndeclaredTypeReturnType
124
* @return resource|\CurlHandle|null
125
* @codeCoverageIgnore
126
0 commit comments