mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 20:29:10 +00:00
Merge pull request #742 from zachborboa/fix-psalm
Add temporary fix missing template params
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace Curl;
|
||||
|
||||
/**
|
||||
* @psalm-suppress MissingTemplateParam
|
||||
*/
|
||||
class CaseInsensitiveArray implements \ArrayAccess, \Countable, \Iterator
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user