Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2020-12-11 12:21:00 +00:00
parent 85e6e235d5
commit 5215be3048
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
];
];
}
}