Skip to content

Commit c603f11

Browse files
authored
Update src/SpecBaseObject.php
1 parent b54138c commit c603f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpecBaseObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ public function getExtensions(): array
494494
{
495495
$extensions = [];
496496
foreach ($this->_properties as $propertyKey => $extension) {
497-
if (mb_strpos($propertyKey, 'x-') !== 0) {
497+
if (strpos($propertyKey, 'x-') !== 0) {
498498
continue;
499499
}
500500
$extensions[$propertyKey] = $extension;

0 commit comments

Comments
 (0)