Skip to content
Snippets Groups Projects
Commit 6f9ccf7f authored by Vadim Justus's avatar Vadim Justus
Browse files

#17 Remove all type hints from entry model

parent 785de67d
No related branches found
No related tags found
1 merge request!21#17 Fix type hint issues in Magento 2.1 and 2.2
......@@ -67,7 +67,7 @@ class PageEntry extends Page implements PageEntryInterface
/**
* @param string $path
*/
public function setMediaDirectory(string $path)
public function setMediaDirectory($path)
{
$this->setData(PageEntryInterface::MEDIA_DIRECTORY, $path);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment