Fixed typo (references #1208)

This commit is contained in:
Bernd Bestel 2020-12-22 15:16:16 +01:00
parent c54ae89212
commit affe7de842
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -4,7 +4,7 @@ class ERequirementNotMet extends Exception
{ {
} }
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype']]; const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype'];
const REQUIRED_SQLITE_VERSION = '3.8.3'; const REQUIRED_SQLITE_VERSION = '3.8.3';
class PrerequisiteChecker class PrerequisiteChecker