* [MOD] Strict type checking (WIP)

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2020-12-20 14:24:42 +01:00
parent fb8152411d
commit 41703b50f9
151 changed files with 1303 additions and 1227 deletions

View File

@@ -57,7 +57,7 @@ final class MySQLFileParser implements DatabaseFileInterface
* @return array
* @throws FileException
*/
public function parse($delimiter = ';')
public function parse($delimiter = ';'): array
{
$queries = [];
$query = '';