Skip to content

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenrua committed Apr 15, 2019
1 parent f290f88 commit 815f9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Pumukit/EncoderBundle/Services/JobService.php
Expand Up @@ -455,8 +455,8 @@ public function executeInBackground(Job $job)
$pb->add('exec');
}
*/
$console = $this->binPath . 'console';

$console = $this->binPath.'console';

$pb
->add('php')
Expand Down
2 changes: 1 addition & 1 deletion src/Pumukit/OpencastBundle/Command/OpencastListCommand.php
Expand Up @@ -48,7 +48,7 @@ protected function initialize(InputInterface $input, OutputInterface $output)
* @param InputInterface $input
* @param OutputInterface $output
*
* @return int|null|void
* @return int|void|null
*
* @throws \Exception
*/
Expand Down

0 comments on commit 815f9b9

Please sign in to comment.