|
@@ -38,7 +38,7 @@ |
|
|
block discarded – undo |
|
38
|
38
|
->hasBoolean(self::DEBUG, 'Missing debug setting.') |
|
39
|
39
|
->hasString(self::CACHE_PATH, 'Missing doctrine cache directory path.') |
|
40
|
40
|
->hasString(self::PROXY_CLASSES_PATH)->nullable() |
|
41
|
|
- ->hasString(self::METADATA_FORMAT, 'Missing metadata format, supported formats are "annotations" and "yaml".')->allowed(['yaml', 'annotations']) |
|
|
41
|
+ ->hasString(self::METADATA_FORMAT, 'Missing metadata format, supported formats are "annotations" and "yaml".')->allowed([ 'yaml', 'annotations' ]) |
|
42
|
42
|
->hasArray(self::CONFIG, 'Missing doctrine config block.') |
|
43
|
43
|
->hasString(self::MIGRATIONS_NAMESPACE, 'Missing namespace for doctrine migrations.') |
|
44
|
44
|
->hasString(self::MIGRATIONS_PATH, 'Missing directory path for doctrine migrations.') |
Please login to merge, or discard this patch.