File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public function getDebugInfo(): array
100
100
'name ' => $ this ->name ,
101
101
'published ' => $ this ->innerContentInfo ->published ,
102
102
'currentVersionNo ' => $ this ->innerContentInfo ->currentVersionNo ,
103
- 'publicationDate ' => $ this ->innerContentInfo ->publishedDate ,
103
+ 'publishedDate ' => $ this ->innerContentInfo ->publishedDate ,
104
104
'modificationDate ' => $ this ->innerContentInfo ->modificationDate ,
105
105
'languageCode ' => $ this ->languageCode ,
106
106
'mainLanguageCode ' => $ this ->innerContentInfo ->mainLanguageCode ,
@@ -109,7 +109,7 @@ public function getDebugInfo(): array
109
109
'isHidden ' => $ this ->innerContentInfo ->isHidden ,
110
110
'sectionId ' => $ this ->innerContentInfo ->sectionId ,
111
111
'ownerId ' => $ this ->innerContentInfo ->ownerId ,
112
- 'contentType ' => $ this ->innerContentType ,
112
+ 'innerContentType ' => $ this ->innerContentType ,
113
113
'mainLocation ' => $ this ->getMainLocation (),
114
114
];
115
115
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function getDebugInfo(): array
58
58
'isEmpty ' => $ this ->isEmpty ,
59
59
'isSurrogate ' => $ this ->isSurrogate ,
60
60
'content ' => $ this ->content ,
61
- 'fieldDefinition ' => $ this ->innerFieldDefinition ,
61
+ 'innerFieldDefinition ' => $ this ->innerFieldDefinition ,
62
62
'value ' => $ this ->value ,
63
63
];
64
64
}
You can’t perform that action at this time.
0 commit comments