-
Notifications
You must be signed in to change notification settings - Fork 0
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
PublicationSubcriber #22
Conversation
…ub.com/CommonGateway/OpenIndex into feature/WOO-141/publication-subscriber
👋 @bbrands02
|
*/ | ||
class PublicationSubscriber implements EventSubscriberInterface | ||
{ | ||
const PUBLICATION_REFERENCE = 'https://openwoo.app/schemas/publication.schema.json'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be declared public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It isn't used by other services but if thats the preference it can be made public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer private unless there is a reason to make it public
'data' => $validationErrors, | ||
] | ||
), | ||
403 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
must be 400
No description provided.