diff options
author | Mario <mario@mariovavti.com> | 2024-09-30 07:13:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-30 07:13:55 +0000 |
commit | 0bfdb958f50e2dff94913fa9747334f428cef672 (patch) | |
tree | 5cefce6fad63741ff6ea4d46548c4a79b4e88f5b /vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php | |
parent | becd4c6ffd3138731e528acdf6842fe53f381f6a (diff) | |
download | volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.tar.gz volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.tar.bz2 volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.zip |
update symfony/polyfill-php81
Diffstat (limited to 'vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php')
-rw-r--r-- | vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php b/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php index eb5952ee3..5ff93fcaf 100644 --- a/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php +++ b/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php @@ -32,7 +32,7 @@ if (\PHP_VERSION_ID >= 70400 && extension_loaded('curl')) { } if (is_object($value) ? !method_exists($value, '__toString') : !is_scalar($value)) { - throw new \TypeError('Cannot assign '.gettype($value).' to property CURLStringFile::$data of type string'); + throw new TypeError('Cannot assign '.gettype($value).' to property CURLStringFile::$data of type string'); } $this->name = 'data://application/octet-stream;base64,'.base64_encode($value); |