Skip to content

Commit

Permalink
Merge pull request #476 from nextcloud/dependabot/composer/psalm/phar…
Browse files Browse the repository at this point in the history
…-5.13.1

chore(deps-dev): Bump psalm/phar from 4.30.0 to 5.13.1
  • Loading branch information
kesselb committed Jul 20, 2023
2 parents 6f51443 + a99640f commit 7577b0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"nextcloud/coding-standard": "^1.0.0",
"psalm/phar": "^4.22",
"psalm/phar": "^5.13",
"bantu/ini-get-wrapper": "v1.0.1",
"phpunit/phpunit": "^9.5",
"nextcloud/ocp": "dev-master"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/SystemStatistics.php
Expand Up @@ -40,7 +40,7 @@ class SystemStatistics {

public function __construct(IConfig $config, IAppManager $appManager, Installer $installer, Os $os) {
$this->config = $config;
$this->view = new View();
$this->view = new View('');
$this->appManager = $appManager;
$this->installer = $installer;
$this->os = $os;
Expand Down

0 comments on commit 7577b0d

Please sign in to comment.