Skip to content

Commit

Permalink
Fix psalm errors
Browse files Browse the repository at this point in the history
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
  • Loading branch information
shdehnavi committed Dec 12, 2023
1 parent 37ecaa7 commit 44e2c39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/private/OCS/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ class Provider extends Controller {
*/
public function __construct($appName,
\OCP\IRequest $request,
\OCP\App\IAppManager $appManager) {
private \OCP\App\IAppManager $appManager) {
parent::__construct($appName, $request);
$this->appManager = $appManager;
}

/**
Expand Down

0 comments on commit 44e2c39

Please sign in to comment.