Code Duplication    Length = 5-5 lines in 2 locations

src/voku/db/DB.php 2 locations

@@ 1542-1546 (lines=5) @@
1539
      return false;
1540
    }
1541
1542
    if (!$sql || $sql === '') {
1543
      $this->debug->displayError('Can not execute an empty query.', false);
1544
1545
      return false;
1546
    }
1547
1548
    if ($this->isDoctrinePDOConnection() === true) {
1549
@@ 1816-1820 (lines=5) @@
1813
      return false;
1814
    }
1815
1816
    if (!$sql || $sql === '') {
1817
      $this->debug->displayError('Can not execute an empty query.', false);
1818
1819
      return false;
1820
    }
1821
1822
    if (
1823
        $params !== false