Changes:
- added type-hints - added returned type-hints in interface (I checked all)
This commit is contained in:
@@ -1008,7 +1008,7 @@ class Post
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private function getRedirectUrl()
|
||||
private function getRedirectUrl(): string
|
||||
{
|
||||
return $this->redirect_url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user