Skip to content

Commit a2c5df7

Browse files
committed
Update AudioFormat.php
Corrected typo
1 parent 4c66d76 commit a2c5df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPVideoToolkit/AudioFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ public function setAudioQuality($quality)
396396
}
397397
else if (is_int($quality) === false && is_float($quality) === false)
398398
{
399-
throw new \InvalidArgumentException('The volume value must be an integer or float value.');
399+
throw new \InvalidArgumentException('Audio quality value must be an integer or float value.');
400400
}
401401

402402
// interpret quality into ffmpeg value

0 commit comments

Comments
 (0)