mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: linter
This commit is contained in:
@@ -203,9 +203,9 @@ class Client
|
||||
$name = array_key_first($parsed);
|
||||
$cookies[$name] = $parsed[$name];
|
||||
}
|
||||
|
||||
|
||||
$responseHeaders[strtolower(trim($header[0]))] = trim($header[1]);
|
||||
|
||||
|
||||
return $len;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user