Skip to content

Commit fcaf970

Browse files
author
MateuszKolankowski
committed
Fix indentation of docblock in FieldTypeContext
1 parent 6002898 commit fcaf970

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/bundle/Core/Features/Context/FieldTypeContext.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ public function getFieldContentState()
200200
return $this->fieldConstructionObject['objectState'];
201201
}
202202

203-
/**
204-
* Creates and publishes the content with a given field and
205-
* based on the internal ContentType.
206-
*/
207-
private function createAndPublishContent(?string $field, mixed $value): void
203+
/**
204+
* Creates and publishes the content with a given field and
205+
* based on the internal ContentType.
206+
*/
207+
private function createAndPublishContent(?string $field, mixed $value): void
208208
{
209209
$languageCode = self::DEFAULT_LANGUAGE;
210210

0 commit comments

Comments
 (0)