File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1395,7 +1395,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
1395
1395
->info ('A list of SSL/TLS ciphers separated by colons, commas or spaces (e.g. "RC3-SHA:TLS13-AES-128-GCM-SHA256"...) ' )
1396
1396
->end ()
1397
1397
->scalarNode ('buffer ' )
1398
- ->info ('Whether the response content should be buffered or a regex telling which content-types should be ' )
1398
+ ->info ('Whether the response content should be buffered or a regex telling which content-types should be. ' )
1399
1399
->validate ()
1400
1400
->ifTrue (function ($ v ) { return !\is_bool ($ v ) && (!\is_string ($ v ) || false === @preg_match ($ v , '' )); })
1401
1401
->thenInvalid ('Buffer option should be a boolean or a valid regex ' )
@@ -1538,7 +1538,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
1538
1538
->info ('A list of SSL/TLS ciphers separated by colons, commas or spaces (e.g. "RC3-SHA:TLS13-AES-128-GCM-SHA256"...) ' )
1539
1539
->end ()
1540
1540
->scalarNode ('buffer ' )
1541
- ->info ('Whether the response content should be buffered or a regex telling which content-types should be ' )
1541
+ ->info ('Whether the response content should be buffered or a regex telling which content-types should be. ' )
1542
1542
->validate ()
1543
1543
->ifTrue (function ($ v ) { return !\is_bool ($ v ) && (!\is_string ($ v ) || false === @preg_match ($ v , '' )); })
1544
1544
->thenInvalid ('Buffer option should be a boolean or a valid regex ' )
Original file line number Diff line number Diff line change 534
534
<xsd : attribute name =" local-pk" type =" xsd:string" />
535
535
<xsd : attribute name =" passphrase" type =" xsd:string" />
536
536
<xsd : attribute name =" ciphers" type =" xsd:string" />
537
- <xsd : attribute name =" buffer" >
538
- <xsd : simpleType >
539
- <xsd : union memberTypes =" xsd:string xsd:boolean" />
540
- </xsd : simpleType >
541
- </xsd : attribute >
537
+ <xsd : attribute name =" buffer" type =" xsd:string" />
542
538
</xsd : complexType >
543
539
544
540
<xsd : complexType name =" fingerprint" >
You can’t perform that action at this time.
0 commit comments