Skip to content

Commit 4adbc53

Browse files
committed
Function declaration compatability fix
1 parent 2078c89 commit 4adbc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Sidebar/Featured.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function _preparePostCollection()
5454
* Retrieve post ids string
5555
* @return string
5656
*/
57-
protected function getPostIdsConfigValue(): string
57+
protected function getPostIdsConfigValue()
5858
{
5959
return (string)$this->_scopeConfig->getValue(
6060
'mfblog/sidebar/'.$this->_widgetKey.'/posts_ids',

0 commit comments

Comments
 (0)