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 fa77e7c commit 3d1b4aaCopy full SHA for 3d1b4aa
lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php
@@ -811,7 +811,6 @@ private function isNeedToQuoteValue(array $columnDescription): bool
811
*/
812
protected function updateObject(\Magento\Framework\Model\AbstractModel $object)
813
{
814
- /** @var AdapterInterface $connection */
815
$connection = $this->getConnection();
816
$tableDescription = $connection->describeTable($this->getMainTable());
817
$preparedValue = $connection->prepareColumnValue($tableDescription[$this->getIdFieldName()], $object->getId());
0 commit comments