Skip to content

Commit

Permalink
Merge pull request #8 from jobtech-dev/analysis-5ZEbQy
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
ilgala committed Aug 31, 2020
2 parents dd368b2 + a89380b commit 434e9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Strategies/AudioStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function merge()
}

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function guessFormat()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Strategies/Concerns/HandlesFFMpeg.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ public function visibility(): ?string
*
* @return mixed
*/
abstract function guessFormat();
}
abstract public function guessFormat();
}

0 comments on commit 434e9db

Please sign in to comment.