Skip to content

Commit

Permalink
fixup php cs fixer
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jun 1, 2023
1 parent c1a3ab5 commit 75d7f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions lib/Controller/LogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class LogController extends Controller {
private $config;

public function __construct($appName,
IRequest $request,
IConfig $config,
LogIteratorFactory $logIteratorFactory
IRequest $request,
IConfig $config,
LogIteratorFactory $logIteratorFactory
) {
parent::__construct($appName, $request);
$this->logIteratorFactory = $logIteratorFactory;
Expand Down

0 comments on commit 75d7f30

Please sign in to comment.