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

Fix een paar bugs die naar boven kwamen in prod #1247

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

NathanHuisman
Copy link
Contributor

Een paar dingetjes die ik nog over het hoofd had gezien:

  1. AbstractToken::setAuthenticated bestaat niet meer. Alle tokens zijn nu altijd authenticated.
  2. $this->get(...) voor Controllers bestaat niet meer. Gebruik de container.

Een paar dingetjes die ik nog over het hoofd had gezien:

1. `AbstractToken::setAuthenticated` bestaat niet meer. Alle tokens zijn
	 nu altijd authenticated.
2. `$this->get(...)` voor Controllers bestaat niet meer. Gebruik de
	 container.
Copy link

sentry-io bot commented Feb 8, 2025

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: lib/common/Security/PrivateTokenToken.php

Function Unhandled Issue
CsrDelft\common\Security\PrivateTokenToken::__construct Symfony\Component\ErrorHandler\Error\UndefinedMethodError: Attempted to call an undefined method named "setAuthenticated" of class "CsrDelft\common\Security... ...
Event Count: 298

Did you find this useful? React with a 👍 or 👎

Copy link

sonarqubecloud bot commented Feb 8, 2025

@NathanHuisman NathanHuisman merged commit 81957f4 into master Feb 8, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant