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

refactor: Migrate from deprecated ILogger interface to PSR-3 logger #1229

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Aug 20, 2024

No description provided.

@susnux susnux added technical debt Technical issue 3. to review Waiting for reviews labels Aug 20, 2024
@susnux susnux added this to the Nextcloud 31 milestone Aug 20, 2024
@@ -62,23 +50,18 @@ class AppWhitelist {
* @param IL10N $l10n
* @param IAppManager $appManager
* @param IURLGenerator $urlGenerator
* @param ILogger $logger
* @param LoggerInterface $logger
Copy link
Member

Choose a reason for hiding this comment

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

you can deduplicate those as well

@susnux susnux merged commit d0cde95 into master Aug 21, 2024
40 checks passed
@susnux susnux deleted the chore/migrate-ilogger-to-psr-3 branch August 21, 2024 10: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 technical debt Technical issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants