Skip to content
Snippets Groups Projects
Commit 9c4ef0d9 authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-5506: coding standards

parent 9d319bd6
No related branches found
No related tags found
1 merge request!245ISTWCMS-5506: adding check that description of content is filled in before...
......@@ -16,7 +16,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Drupal\require_on_publish\Plugin\Validation\Constraint\RequireOnPublish;
/**
* Form class for the content access form.
*/
......@@ -141,7 +140,7 @@ class UwContentModerationForm extends ConfirmFormBase {
// content description is set.
if (!$this->status) {
/**
/*
* This code is taken from the require_on_publish
* module, there was no easy way to use the validator
* inside this class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment