Skip to content

Commit

Permalink
TASK: Adjust to new phpstan version
Browse files Browse the repository at this point in the history
Method Neos\ContentRepository\Export\Event\ValueObject\ExportedEvent::processPayload() should return $this(Neos\ContentRepository\Export\Event\ValueObject\ExportedEvent) but returns Neos\ContentRepository\Export\Event\ValueObject\ExportedEvent
  • Loading branch information
mhsdesign committed Nov 7, 2024
1 parent b486a64 commit 39266c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function withIdentifier(string $identifier): self

/**
* @param \Closure(array<mixed>): array<mixed> $processor
* @return $this
* @return self
*/
public function processPayload(\Closure $processor): self
{
Expand All @@ -64,7 +64,7 @@ public function processPayload(\Closure $processor): self

/**
* @param \Closure(array<mixed>): array<mixed> $processor
* @return $this
* @return self
*/
public function processMetadata(\Closure $processor): self
{
Expand Down

0 comments on commit 39266c8

Please sign in to comment.