Merge pull request #6 from kitodo/scrutinizer-patch-2

Scrutinizer Auto-Fixes
This commit is contained in:
Alexander Bigga 2020-12-11 13:38:58 +01:00 committed by GitHub
commit 1fee15dece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ class DocumentTypeProvider extends AbstractProvider
{
public function __construct()
{
$this->expressionLanguageProviders = [
$this->expressionLanguageProviders = [
DocumentTypeFunctionProvider::class
];
];
}
}