Skip to content

Commit 7bfc1b5

Browse files
committed
fixed compat with older versions of PHP
1 parent 8a49f9a commit 7bfc1b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DeprecationErrorHandler/Deprecation.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ public function originatingMethod()
133133
return $this->originMethod;
134134
}
135135

136-
public function getMessage(): string
136+
/**
137+
* @return string
138+
*/
139+
public function getMessage()
137140
{
138141
return $this->message;
139142
}

0 commit comments

Comments
 (0)