Verified Commit f8e990ce authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3436597 by longwave, Spokje: Remove unused DependencySerializationTrait...

Issue #3436597 by longwave, Spokje: Remove unused DependencySerializationTrait alias from ContextDefinition

(cherry picked from commit 17d96f2d)
parent 95bfc525
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -11,10 +11,7 @@
 */
class ContextDefinition implements ContextDefinitionInterface {

  use DependencySerializationTrait {
    __sleep as traitSleep;
  }

  use DependencySerializationTrait;
  use TypedDataTrait;

  /**