Fix CS
This commit is contained in:
parent
9f8c23dc97
commit
44e6eb6f79
7 changed files with 20 additions and 21 deletions
|
|
@ -117,7 +117,7 @@ class FFMpeg extends Binary
|
|||
try {
|
||||
$process->run();
|
||||
} catch (\RuntimeException $e) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
if ( ! $process->isSuccessful()) {
|
||||
|
|
@ -198,7 +198,7 @@ class FFMpeg extends Binary
|
|||
try {
|
||||
$process->run();
|
||||
} catch (\RuntimeException $e) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
if ( ! $process->isSuccessful()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue