Revision 28bdacea65bf8cf499f04abcb3fd08f5a89b0a1e

Committed on 29/06/2018 2:56 am by Adam Wójs <adam@wojs.pl> [GitHub Diff]

EZEE-2081: NotificationService clean up (#2368)

* EZEE-2081: Missing backticks around owner_id column

* EZEE-2081: Removed out of date SQL query to eznotification table creation from upgrade notes

* EZEE-2081: Removed unused import from eZ/Publish/SPI/Persistence/Handler

* EZEE-2081: Added \eZ\Publish\API\Repository\Values\Notification\CreateStruct validation

* EZEE-2081: Moved @throws from impl. to \eZ\Publish\API\Repository\NotificationService

* EZEE-2081: Moved NotificationRenderer to eZ\Publish\Core\Notification\Renderer\

* EZEE-2081: Replaced tag ezstudio.notification.renderer with ezpublish.notification.renderer

* EZEE-2081: CS

* EZEE-2081: Applied the CR suggestions