Code Duplication    Length = 5-5 lines in 2 locations

src/voku/db/DB.php 2 locations

@@ 1528-1532 (lines=5) @@
1525
            return false;
1526
        }
1527
1528
        if (!$sql || $sql === '') {
1529
            $this->debug->displayError('Can not execute an empty query.', false);
1530
1531
            return false;
1532
        }
1533
1534
        if ($this->isDoctrinePDOConnection() === true) {
1535
            $query_start_time = \microtime(true);
@@ 1786-1790 (lines=5) @@
1783
            return false;
1784
        }
1785
1786
        if (!$sql || $sql === '') {
1787
            $this->debug->displayError('Can not execute an empty query.', false);
1788
1789
            return false;
1790
        }
1791
1792
        if (
1793
            $params !== false