Skip to content

Commit

Permalink
Added return type
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom authored May 8, 2024
1 parent ee27b24 commit 9ae403d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/FFMpeg/Driver/FFMpegDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@

class FFMpegDriver extends AbstractBinary
{
/**
* {@inheritdoc}
*/
public function getName()
public function getName(): string
{
return 'ffmpeg';
}
Expand Down

0 comments on commit 9ae403d

Please sign in to comment.