1
0
Fork 0

Add proxy value to bin-compat validator (#11353)

Fix #11352
pull/11383/head
Michal Špaček 2023-02-27 16:02:50 +01:00 committed by GitHub
parent b5aad9ec0d
commit efc105eac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ EOT
], ],
'bin-compat' => [ 'bin-compat' => [
static function ($val): bool { static function ($val): bool {
return in_array($val, ['auto', 'full', 'symlink']); return in_array($val, ['auto', 'full', 'proxy', 'symlink']);
}, },
static function ($val) { static function ($val) {
return $val; return $val;