Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3941bf6

Browse filesBrowse files
committed
Add returned type declaration for require
1 parent 364e44b commit 3941bf6
Copy full SHA for 3941bf6

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/DependencyInjection/EnvVarProcessor.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public static function getProvidedTypes()
4747
'default' => 'bool|int|float|string|array',
4848
'string' => 'string',
4949
'trim' => 'string',
50+
'require' => 'bool|int|float|string|array',
5051
];
5152
}
5253

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.