Code Duplication    Length = 5-5 lines in 2 locations

src/voku/db/DB.php 2 locations

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