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.
2 parents 96e6168 + 1fa19cb commit 750da91Copy full SHA for 750da91
src/Model/Output.php
@@ -609,7 +609,7 @@ public function getFps()
609
public function setFps($fps)
610
{
611
$allowedValues = $this->getFpsAllowableValues();
612
- if (!is_null($fps) && !in_array($fps, $allowedValues, true)) {
+ if (!is_null($fps) && !in_array($fps, $allowedValues, false)) {
613
throw new \InvalidArgumentException(
614
sprintf(
615
"Invalid value '%s' for 'fps', must be one of '%s'",
0 commit comments