Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce serializer and introduce json serialization instead of php serialization #22

Merged
merged 1 commit into from
May 21, 2024

Introduce serializer and introduce json serialization instead of php …

9a166cf
Select commit
Loading
Failed to load commit list.
Merged

Introduce serializer and introduce json serialization instead of php serialization #22

Introduce serializer and introduce json serialization instead of php …
9a166cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 21, 2024 in 0s

80.72% of diff hit (target 93.93%)

View this Pull Request on Codecov

80.72% of diff hit (target 93.93%)

Annotations

Check warning on line 32 in src/Serializer/CompositeSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/CompositeSerializer.php#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in src/Serializer/CompositeSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/CompositeSerializer.php#L36

Added line #L36 was not covered by tests

Check warning on line 49 in src/Serializer/CompositeSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/CompositeSerializer.php#L49

Added line #L49 was not covered by tests

Check warning on line 20 in src/Serializer/JsonSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/JsonSerializer.php#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 27 in src/Serializer/PhpSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/PhpSerializer.php#L27

Added line #L27 was not covered by tests

Check warning on line 35 in src/Serializer/PhpSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/PhpSerializer.php#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 39 in src/Serializer/PhpSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/PhpSerializer.php#L39

Added line #L39 was not covered by tests

Check warning on line 59 in src/Serializer/PhpSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/PhpSerializer.php#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 71 in src/Serializer/PhpSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/PhpSerializer.php#L71

Added line #L71 was not covered by tests

Check warning on line 73 in src/Serializer/PhpSerializer.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Serializer/PhpSerializer.php#L73

Added line #L73 was not covered by tests

Check warning on line 44 in src/Tag/RenderedTag.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tag/RenderedTag.php#L44

Added line #L44 was not covered by tests

Check warning on line 48 in src/Tag/RenderedTag.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Tag/RenderedTag.php#L48

Added line #L48 was not covered by tests