mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 01:16:56 +01:00
* [MOD] Strict type checking (WIP)
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -57,7 +57,7 @@ final class MySQLFileParser implements DatabaseFileInterface
|
||||
* @return array
|
||||
* @throws FileException
|
||||
*/
|
||||
public function parse($delimiter = ';')
|
||||
public function parse($delimiter = ';'): array
|
||||
{
|
||||
$queries = [];
|
||||
$query = '';
|
||||
|
||||
Reference in New Issue
Block a user