Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update nextcloud/coding-standard and nextcloud/ocp #2510

Merged
merged 6 commits into from
Jul 2, 2024

Conversation

artonge
Copy link
Collaborator

@artonge artonge commented Jun 25, 2024

Fix #2402
Fix #2508
Fix #2502
Fix #2499
Fix #2491
Fix #2487
Fix #2483
Fix #2471
Fix #2463
Fix #2454
Fix #2442
Fix #2429
Fix #2422
Fix #2416

@artonge artonge requested a review from skjnldsv June 25, 2024 14:12
@artonge artonge self-assigned this Jun 25, 2024
@artonge artonge added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file php PHP related ticket labels Jun 25, 2024
@artonge artonge added this to the Nextcloud 27.1.12 milestone Jun 25, 2024
@artonge artonge force-pushed the artonge/deps/update_nc_packages branch 6 times, most recently from 46297d5 to 913dd91 Compare June 27, 2024 13:34
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge artonge force-pushed the artonge/deps/update_nc_packages branch from 913dd91 to 4d2299a Compare July 1, 2024 11:45
Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge artonge force-pushed the artonge/deps/update_nc_packages branch 3 times, most recently from 0c91e96 to 309fcb9 Compare July 2, 2024 08:02
Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge artonge force-pushed the artonge/deps/update_nc_packages branch from 309fcb9 to 561d8d1 Compare July 2, 2024 08:18
@artonge artonge enabled auto-merge July 2, 2024 13:40
Copy link
Contributor

@come-nc come-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would avoid putting Event as template parameter for IEventListener but apart from this all good.

use OCP\Group\Events\GroupDeletedEvent;
use OCP\Group\Events\UserRemovedEvent;
use OCP\Share\Events\ShareDeletedEvent;
use OCP\User\Events\UserDeletedEvent;
use Psr\Log\LoggerInterface;

/**
* @template-implements IEventListener<Event|NodeDeletedEvent|GroupDeletedEvent|ShareDeletedEvent|UserDeletedEvent>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @template-implements IEventListener<Event|NodeDeletedEvent|GroupDeletedEvent|ShareDeletedEvent|UserDeletedEvent>
* @template-implements IEventListener<NodeDeletedEvent|GroupDeletedEvent|ShareDeletedEvent|UserDeletedEvent>

is Event really needed in there?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea, it works with it, and does not hurt

@artonge artonge merged commit 3386f74 into stable27 Jul 2, 2024
34 checks passed
@artonge artonge deleted the artonge/deps/update_nc_packages branch July 2, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file php PHP related ticket
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants