Skip to content

Fix/event manager and autowiring#608

Open
siwane wants to merge 4 commits intodevelopfrom
fix/event-manager-and-autowiring
Open

Fix/event manager and autowiring#608
siwane wants to merge 4 commits intodevelopfrom
fix/event-manager-and-autowiring

Conversation

@siwane
Copy link
Contributor

@siwane siwane commented Apr 18, 2019

The goal of this PR is to be able to use autowired service as event listener. As discussed with Joel we are not implementing autowiring detection in service manager has() method but explicitly in eventmanager itself

@qlty-cloud-legacy
Copy link

qlty-cloud-legacy bot commented Apr 18, 2019

Code Climate has analyzed commit a6b11ae and detected 0 issues on this pull request.

View more on Code Climate.

}
}

class FixtureEvent extends GenericEvent

Choose a reason for hiding this comment

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

Correct me if I'm wrong but we don't support PHP 5.6 anymore or do we ? Because if so, it would be cleaner to use anonymous classes here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I unfortunately disagree with u, as our spielplatz is on 5.6 we have to be able to deploy to it.

Copy link
Contributor

@jbout jbout left a comment

Choose a reason for hiding this comment

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

Approve general approach

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.

4 participants