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 fda7074 commit 7eb0b3fCopy full SHA for 7eb0b3f
src/OpenTok/Util/Validators.php
@@ -78,7 +78,7 @@ public static function validateForceMuteAllOptions(array $options): void
78
if (!isset($options[$optionName])) {
79
continue;
80
}
81
- if (getType($options[$optionName]) === $optionType) {
+ if (gettype($options[$optionName]) === $optionType) {
82
83
84
throw new InvalidArgumentException('Invalid type given in options for: ' . $options[$optionName]);
0 commit comments