Skip to content

Commit f69977a

Browse files
committed
Renamed getHeaders to getClientHeaders
1 parent cd58719 commit f69977a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public function getClientSocket()
597597
* Return the headers of the connection
598598
* @return array
599599
*/
600-
public function getHeaders(): array
600+
public function getClientHeaders(): array
601601
{
602602
return $this->headers;
603603
}

0 commit comments

Comments
 (0)