Skip to content

Commit

Permalink
Fix method declaration to meet coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
David Maus committed Jan 2, 2024
1 parent b5b7cc6 commit 17e81a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function getCursorMark()
*
* @return array
*/
public function getResponseHeader ()
public function getResponseHeader()
{
return $this->response['responseHeader'] ?? [];
}
Expand Down

0 comments on commit 17e81a7

Please sign in to comment.