We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a94041 commit e547972Copy full SHA for e547972
app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php
@@ -74,7 +74,7 @@ public function __construct(
74
* @param array $data
75
* @return Select
76
*/
77
- protected function prepareSelect(array $data)
+ protected function prepareSelect(array $data): Select
78
{
79
$select = $this->connection->select();
80
$select->from($this->resource->getTableName(self::TABLE_NAME));
0 commit comments