Skip to content

Commit f8f2208

Browse files
authored
Fixed typo
1 parent 39f164a commit f8f2208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function headers($assoc = false)
7474
return $this->headers;
7575
}
7676

77-
return $this->prettifyHeaders($this->headers):
77+
return $this->prettifyHeaders($this->headers);
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)