File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2929
3030/**
3131 * @template TNormalizedBom
32+ *
33+ * @author jkowalleck
3234 */
3335abstract class BaseSerializer implements Serializer
3436{
Original file line number Diff line number Diff line change 3333 * @template-extends BaseSerializer<TNormalizedBom>
3434 *
3535 * @SuppressWarnings(PHPMD.ConstantNamingConventions)
36+ *
37+ * @author jkowalleck
3638 */
3739class JsonSerializer extends BaseSerializer
3840{
Original file line number Diff line number Diff line change 2626use CycloneDX \Core \Models \Bom ;
2727use Exception ;
2828
29+ /**
30+ * @author jkowalleck
31+ */
2932interface Serializer
3033{
3134 /**
Original file line number Diff line number Diff line change 3333 * @psalm-type TNormalizedBom=DOMElement
3434 *
3535 * @template-extends BaseSerializer<TNormalizedBom>
36+ *
37+ * @author jkowalleck
3638 */
3739class XmlSerializer extends BaseSerializer
3840{
You can’t perform that action at this time.
0 commit comments