Skip to content

Commit 6f51342

Browse files
committed
Fixed PhpDoc for $filename param of getWaveform() method
1 parent 3df8226 commit 6f51342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Waveform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function getDuration()
111111

112112
/**
113113
* Get waveform from the audio file.
114-
* @param string $filename Audio file name
114+
* @param string $filename Image file name
115115
* @param int $width Width of the image file in pixels
116116
* @param int $height Height of the image file in pixels
117117
* @param bool $onePhase `true` to get positive values only, `false` to get both phases

0 commit comments

Comments
 (0)