Commit efc5ae47 authored by Tim Rohaly's avatar Tim Rohaly Committed by Matt Glaman
Browse files

Issue #3241541 by TR, AardWolf: Deprecate notices in tests for Event class

parent cf5d1499
Loading
Loading
Loading
Loading
+1 −1
Changes for src/Event/EntityDuplicateEvent.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
namespace Drupal\entity\Event;

use Drupal\Core\Entity\EntityInterface;
use Symfony\Contracts\EventDispatcher\Event;
use Drupal\Component\EventDispatcher\Event;

/**
 * Defines the entity duplicate event.
+1 −1
Changes for src/QueryAccess/QueryAccessEvent.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
namespace Drupal\entity\QueryAccess;

use Drupal\Core\Session\AccountInterface;
use Symfony\Contracts\EventDispatcher\Event;
use Drupal\Component\EventDispatcher\Event;

/**
 * Defines the query access event.