Skip to content

Commit

Permalink
Merge branch '6.7' into 6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed May 15, 2019
2 parents 3c8507b + a5bc4c8 commit b83c816
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions eZ/Publish/Core/SignalSlot/Signal.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*
* A Signal must always be fully export and re-creatable. It must therefore not
* depend on external object references, resources or similar.
*
* @internal
*/
abstract class Signal extends ValueObject
{
Expand Down
2 changes: 0 additions & 2 deletions eZ/Publish/Core/SignalSlot/Slot.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* A Slot can be assigned to receive a certain Signal.
*
* @internal
*/
abstract class Slot
{
Expand Down

0 comments on commit b83c816

Please sign in to comment.