mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Fix proper types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
@@ -307,7 +307,7 @@ class RequestTest extends \Test\TestCase {
|
||||
'method' => 'PUT',
|
||||
'server' => [
|
||||
'CONTENT_TYPE' => 'image/png',
|
||||
'CONTENT_LENGTH' => strlen($data)
|
||||
'CONTENT_LENGTH' => (string)strlen($data)
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user