Code Duplication    Length = 5-5 lines in 2 locations

src/voku/db/DB.php 2 locations

@@ 1511-1515 (lines=5) @@
1508
      return false;
1509
    }
1510
1511
    if (!$sql || $sql === '') {
1512
      $this->debug->displayError('Can not execute an empty query.', false);
1513
1514
      return false;
1515
    }
1516
1517
    if ($this->isDoctrinePDOConnection() === true) {
1518
@@ 1769-1773 (lines=5) @@
1766
      return false;
1767
    }
1768
1769
    if (!$sql || $sql === '') {
1770
      $this->debug->displayError('Can not execute an empty query.', false);
1771
1772
      return false;
1773
    }
1774
1775
    if (
1776
        $params !== false