mirror of
https://github.com/danog/psalm.git
synced 2024-12-13 09:47:29 +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 {
|
namespace FTP {
|
||||||
final class Connection {}
|
final class Connection {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user