1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +01:00

fix: phpstub not needed

Signed-off-by: Ishan Vyas <isvyas@gmail.com>
This commit is contained in:
Ishan Vyas 2021-10-03 22:34:45 +05:30
parent 79270c01fd
commit 48dade5484
No known key found for this signature in database
GPG Key ID: A89E2F38CC440CD9

View File

@ -6,16 +6,6 @@ namespace {
}
}
namespace {
class CURLStringFile {
public string $data;
public string $postname;
public string $mime;
public function __construct(string $data, string $postname, string $mime = "application/octet-stream") {}
}
}
namespace FTP {
final class Connection {}
}