We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f164a commit f8f2208Copy full SHA for f8f2208
lib/Response.php
@@ -74,7 +74,7 @@ public function headers($assoc = false)
74
return $this->headers;
75
}
76
77
- return $this->prettifyHeaders($this->headers):
+ return $this->prettifyHeaders($this->headers);
78
79
80
/**
0 commit comments