From 48dade5484d9c3d6a87b0eba396ed1ce3a8cd74b Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Sun, 3 Oct 2021 22:34:45 +0530 Subject: [PATCH] fix: phpstub not needed Signed-off-by: Ishan Vyas --- stubs/Php81.phpstub | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stubs/Php81.phpstub b/stubs/Php81.phpstub index 58f7cb94b..94697dcdb 100644 --- a/stubs/Php81.phpstub +++ b/stubs/Php81.phpstub @@ -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 {} }