File tree Expand file tree Collapse file tree
NodeEnumeration/Domain/Dto
NodeRendering/Infrastructure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,10 +68,8 @@ public function jsonSerialize(): array
6868 return [
6969 'contextPath ' => $ this ->contextPath ,
7070 'nodeIdentifier ' => $ this ->nodeIdentifier ,
71- 'dimensions ' => $ this ->getDimensionsFromContextPath (),
72- 'workspaceName ' => $ this ->getWorkspaceNameFromContextPath (),
73- 'arguments ' => $ this ->arguments ,
7471 'nodeTypeName ' => $ this ->nodeTypeName ,
72+ 'arguments ' => $ this ->arguments ,
7573 ];
7674 }
7775
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ protected function buildRedisScript(): string
116116 $ contentCacheEndToken = ContentCache::CACHE_SEGMENT_END_TOKEN ;
117117 $ contentCacheMarker = ContentCache::CACHE_SEGMENT_MARKER ;
118118
119- return "
119+ return <<<LUA
120120 local rootIdentifier = ARGV[1]
121121 local identifierPrefix = ARGV[2]
122122
@@ -164,7 +164,7 @@ protected function buildRedisScript(): string
164164 end
165165
166166 return {content, error}
167- " ;
167+ LUA ;
168168 }
169169
170170 /**
You can’t perform that action at this time.
0 commit comments