Skip to content

Commit

Permalink
Fix function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed Mar 11, 2022
1 parent b7248d5 commit ca779b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function get_metadata() {
/**
* Returns the statement descriptor of this intention
*
* @return array
* @return string|null
*/
public function get_statement_descriptor() {
return $this->statement_descriptor;
Expand Down

0 comments on commit ca779b6

Please sign in to comment.