Skip to content

Commit

Permalink
composer update (#1773)
Browse files Browse the repository at this point in the history
* `composer update`

* fix analysis
  • Loading branch information
qwerty287 authored Mar 8, 2023
1 parent d40a96e commit fb4e919
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 49 deletions.
2 changes: 2 additions & 0 deletions app/Actions/Albums/Tree.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function get(): AlbumForestResource
// (sub)-tree and then `toTree` will return garbage as it does
// not find connected paths within `$albums` or `$sharedAlbums`,
// resp.
/** @var NsCollection<Album> $albums */
/** @var ?NsCollection<Album> $sharedAlbums */
list($albums, $sharedAlbums) = $albums->partition(fn (Album $album) => $album->owner_id === $userID);
}

Expand Down
98 changes: 49 additions & 49 deletions composer.lock

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

0 comments on commit fb4e919

Please sign in to comment.