Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrjones committed May 3, 2024
1 parent ff118cc commit c3f5c58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
option('search', null, InputOption::VALUE_OPTIONAL, 'Only return lines that match the search string');

// Backward compatibility
before('logs:app', function(){
before('logs:app', function () {
normaliseLogFilesSetting();
});

Expand Down Expand Up @@ -141,7 +141,6 @@
// Build example command
$command = sprintf('dep logs:download %s --logfile=%s', currentHost(), $logfile);
writeln(sprintf('<info>Run again with: %s</info>', $command));

});

/**
Expand Down

0 comments on commit c3f5c58

Please sign in to comment.