Skip to content

Commit

Permalink
chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.2.3 to 1.3.2.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](nextcloud/coding-standard@v1.2.3...v1.3.2)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
dependabot[bot] authored and st3iny committed Nov 2, 2024
1 parent a43557a commit cea021f
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 14 deletions.
71 changes: 59 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/Command/Generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private function getNoPreviewMountPaths(IUser $user): array {
$mount->getMountOptions()['previews'] === false
) {
$userFolder = $this->rootFolder->getUserFolder($userId)->getPath();
array_push($mountPaths, $userFolder.$mount->getMountPoint());
array_push($mountPaths, $userFolder . $mount->getMountPoint());
}
}
return $mountPaths;
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

define('PHPUNIT_RUN', 1);

require_once __DIR__.'/../../../lib/base.php';
require_once __DIR__ . '/../../../lib/base.php';

\OC_App::loadApp('previewgenerator');

Expand Down

0 comments on commit cea021f

Please sign in to comment.