Skip to content

Commit

Permalink
Merge pull request #558 from nextcloud/dependabot/composer/nextcloud/…
Browse files Browse the repository at this point in the history
…coding-standard-1.2.1
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
2 parents b5a171c + 14db8d7 commit d7e7447
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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/DatabaseStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected function databaseSize(): string {
if ($row['proname'] === 'pg_database_size') {
$database = $this->config->getSystemValue('dbname');
if (strpos($database, '.') !== false) {
list($database, ) = explode('.', $database);
[$database, ] = explode('.', $database);
}
$sql = "SELECT oid
FROM pg_database
Expand Down

0 comments on commit d7e7447

Please sign in to comment.