Skip to content

Commit 144a7a0

Browse files
ACPT-773
fixing static test failures 4 missing @see when @deprecated technical debt :-(
1 parent b5dd546 commit 144a7a0

File tree

1 file changed

+4
-0
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+4
-0
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ public function query($sql, $bind = [])
649649
* @throws LocalizedException In case multiple queries are attempted at once, to protect from SQL injection
650650
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
651651
* @deprecated 101.0.0
652+
* @see _query
652653
*/
653654
public function multiQuery($sql, $bind = [])
654655
{
@@ -816,6 +817,7 @@ public function setQueryHook($hook)
816817
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
817818
* @SuppressWarnings(PHPMD.NPathComplexity)
818819
* @deprecated 100.1.2
820+
* @see MAGETWO-60073
819821
*/
820822
protected function _splitMultiQuery($sql)
821823
{
@@ -3625,6 +3627,7 @@ private function renderOnDuplicate($table, array $fields)
36253627
* @return \Magento\Framework\DB\Select[]
36263628
* @throws LocalizedException
36273629
* @deprecated 100.1.3
3630+
* @see MAGETWO-55589
36283631
*/
36293632
public function selectsByRange($rangeField, \Magento\Framework\DB\Select $select, $stepCount = 100)
36303633
{
@@ -3641,6 +3644,7 @@ public function selectsByRange($rangeField, \Magento\Framework\DB\Select $select
36413644
*
36423645
* @return QueryGenerator
36433646
* @deprecated 100.1.3
3647+
* @see MAGETWO-55589
36443648
*/
36453649
private function getQueryGenerator()
36463650
{

0 commit comments

Comments
 (0)