File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 88use Magento \Framework \Convert \ConvertArray ;
99use Magento \Framework \Reflection \DataObjectProcessor ;
1010
11+ /**
12+ * Data object converter.
13+ */
1114class SimpleDataObjectConverter
1215{
1316 /**
@@ -162,8 +165,7 @@ public static function snakeCaseToCamelCase($input)
162165 /**
163166 * Convert a CamelCase string read from method into field key in snake_case
164167 *
165- * e.g. DefaultShipping => default_shipping
166- * Postcode => postcode
168+ * For example [DefaultShipping => default_shipping, Postcode => postcode]
167169 *
168170 * @param string $name
169171 * @return string
Original file line number Diff line number Diff line change 88use Magento \Framework \Api \SimpleDataObjectConverter ;
99use Magento \Framework \Session \SessionManagerInterface ;
1010
11+ /**
12+ * Persist data to session.
13+ */
1114class DataPersistor implements DataPersistorInterface
1215{
1316 /**
You can’t perform that action at this time.
0 commit comments