We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa1303 commit 65d3e0dCopy full SHA for 65d3e0d
src/SupportChecker.php
@@ -92,7 +92,7 @@ public function isFormatChainSupported(FormatChainInterface $formatChain)
92
return false;
93
}
94
95
- foreach ($formatChain as $format) {
+ foreach ($formatChain->getChainFormats() as $format) {
96
if (false === $this->isFormatSupported($format)) {
97
98
@@ -108,7 +108,7 @@ public function getUnsupportedFormatsFromChain(FormatChainInterface $formatChain
108
{
109
$formats = [];
110
111
112
113
$formats[] = $format;
114
0 commit comments