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

Illegal use of server 3rdparty (symfony/event-dispatcher) #2409

Closed
nickvergessen opened this issue May 31, 2023 · 1 comment · Fixed by #3238
Closed

Illegal use of server 3rdparty (symfony/event-dispatcher) #2409

nickvergessen opened this issue May 31, 2023 · 1 comment · Fixed by #3238
Assignees
Labels
3. to review Items that need to be reviewed bug technical debt

Comments

@nickvergessen
Copy link
Member

This app is directly using classes of the symfony/event-dispatcher package in server. Please migrate to the official OCP wrappers.

@joshtrichards
Copy link
Member

EventDispatcherInterface remedied in #2513.

Not sure if this is truly done. We still have the below:

use Symfony\Component\EventDispatcher\EventDispatcher;
class CacheListener {
private EventDispatcher $eventDispatcher;
public function __construct(EventDispatcher $eventDispatcher) {
$this->eventDispatcher = $eventDispatcher;

@provokateurin provokateurin self-assigned this Sep 17, 2024
@provokateurin provokateurin added 2. developing Items that are currently under development and removed 1. to develop Issues that are ready for development labels Sep 17, 2024
@provokateurin provokateurin added 3. to review Items that need to be reviewed and removed 2. developing Items that are currently under development labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Items that need to be reviewed bug technical debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants