File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed
Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ public function getSize(): int
3434 return $ this ->size ;
3535 }
3636
37- /**
38- * @param int $size
39- */
4037 public function setSize (int $ size ): void
4138 {
4239 $ this ->size = $ size > 0 ? $ size : 100 ;
Original file line number Diff line number Diff line change 1010use EMS \CoreBundle \Form \DataField \DataFieldType ;
1111use EMS \CoreBundle \Form \DataField \JsonMenuNestedEditorFieldType ;
1212use EMS \Helpers \Standard \DateTime ;
13- use phpDocumentor \Reflection \Types \ClassString ;
1413use Symfony \Component \OptionsResolver \OptionsResolver ;
1514
1615/**
@@ -193,8 +192,6 @@ public function getDataValue(DataField &$dataField): never
193192
194193 /**
195194 * @param class-string<DataFieldType> $type
196- *
197- * @return FieldType
198195 */
199196 public function setType (string $ type ): FieldType
200197 {
Original file line number Diff line number Diff line change 44
55use EMS \CoreBundle \Entity \DataField ;
66use EMS \CoreBundle \Entity \FieldType ;
7- use EMS \CoreBundle \Exception \ContentTypeStructureException ;
87use EMS \CoreBundle \Form \DataField \Options \OptionsType ;
98use EMS \CoreBundle \Form \Field \SelectPickerType ;
109use EMS \CoreBundle \Service \ElasticsearchService ;
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ private static function convertMetaStringToArray(string $data): array
109109 $ matches ,
110110 PREG_PATTERN_ORDER
111111 );
112+
112113 return \array_combine ($ matches [1 ], $ matches [2 ]);
113114 }
114115}
You can’t perform that action at this time.
0 commit comments