Skip to content

Commit a8c4b0e

Browse files
committed
TASK: Fix codestyle complains
1 parent 008a835 commit a8c4b0e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Classes/Service/DocumentIdentifier/NodeIdentifierBasedDocumentIdentifierGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
class NodeIdentifierBasedDocumentIdentifierGenerator implements DocumentIdentifierGeneratorInterface
1919
{
20-
2120
public function generate(NodeInterface $node, ?string $targetWorkspaceName = null): string
2221
{
2322
$workspaceName = $targetWorkspaceName ?: $node->getWorkspace()->getName();

Classes/Service/DocumentIdentifier/NodePathBasedDocumentIdentifierGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
class NodePathBasedDocumentIdentifierGenerator implements DocumentIdentifierGeneratorInterface
1919
{
20-
2120
public function generate(NodeInterface $node, ?string $targetWorkspaceName = null): string
2221
{
2322
$contextPath = $node->getContextPath();

0 commit comments

Comments
 (0)