Skip to content
Snippets Groups Projects

Fix what reported by phpcs

All threads resolved!
5 files
+ 28
19
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,8 +2,8 @@
namespace Drupal\default_paragraphs\Events;
use Drupal\Component\EventDispatcher\Event;
use Drupal\paragraphs\ParagraphInterface;
use Symfony\Component\EventDispatcher\Event;
/**
* Represents Paragraph Entity adding as default.
Loading