Mohammed NASRI

Results 2 issues of Mohammed NASRI

When tables names contain special characters ('-' in my case), the line 230 fails, you need to escape the name with `, the ligne should then be : $tables =...

PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /Diff/SequenceMatcher.php:353 $aLength = count($this->a); $bLength = count($this->b); Please fix by replacing with this...