Skip to content

Commit

Permalink
!!! TASK: Remove magic __toString from NodeAddress and rename it …
Browse files Browse the repository at this point in the history
…to `toDebugString`

Related #4133
  • Loading branch information
mhsdesign committed Sep 20, 2023
1 parent 4f2a943 commit 9bf77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Classes/FrontendRouting/NodeAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function isInLiveWorkspace(): bool
return $this->workspaceName->isLive();
}

public function __toString(): string
public function toDebugString(): string
{
return sprintf(
'NodeAddress[contentStream=%s, dimensionSpacePoint=%s, nodeAggregateId=%s, workspaceName=%s]',
Expand Down

0 comments on commit 9bf77c4

Please sign in to comment.