We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54138c commit c603f11Copy full SHA for c603f11
src/SpecBaseObject.php
@@ -494,7 +494,7 @@ public function getExtensions(): array
494
{
495
$extensions = [];
496
foreach ($this->_properties as $propertyKey => $extension) {
497
- if (mb_strpos($propertyKey, 'x-') !== 0) {
+ if (strpos($propertyKey, 'x-') !== 0) {
498
continue;
499
}
500
$extensions[$propertyKey] = $extension;
0 commit comments