mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
Idiomatic fixes from previous PRs (#20)
* Various idiomatic feedback from PHP team * Additional fixes after debugging tests
This commit is contained in:
@@ -42,6 +42,6 @@ final class Headers {
|
||||
}
|
||||
|
||||
public function toArray() {
|
||||
return array_merge($this->headers);
|
||||
return $this->headers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user