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:
parent
79270c01fd
commit
48dade5484
@ -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 {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user