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 ac4879b commit e28585dCopy full SHA for e28585d
lib/internal/Magento/Framework/Mview/Config/Converter.php
@@ -173,7 +173,7 @@ private function getAdditionalColumns(\DOMNode $subscription): array
173
* @param string $columnName
174
* @return string
175
*/
176
- public function checkifcolumnexist($tableName, $columnName)
+ public function checkifcolumnexist($tableName, $columnName) : ?string
177
{
178
$connection = $this->resourceConnection->getConnection();
179
$tableName = $this->resourceConnection->getTableName($tableName);
0 commit comments