Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 69fc1af

Browse files
committed
Merge branch 'hotfix/1'
Close #1
2 parents a0176d1 + d3ea97a commit 69fc1af

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- Nothing.
1010

11+
### Changed
12+
13+
- Nothing.
14+
1115
### Deprecated
1216

1317
- Nothing.
1418

1519
### Removed
1620

17-
- Nothing.
21+
- [#1](https://github.com/zendframework/zend-xml2json/pull/1) removes an
22+
obsolete `@deprecated` annotation.
1823

1924
### Fixed
2025

src/Xml2Json.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class Xml2Json
4242
* NOTE: Encoding native javascript expressions via Zend\Json\Expr is not
4343
* possible.
4444
*
45-
* @deprecated by https://github.com/zendframework/zf2/pull/6778
4645
* @param string $xmlStringContents XML String to be converted.
4746
* @param bool $ignoreXmlAttributes Include or exclude XML attributes in
4847
* the conversion process.

0 commit comments

Comments
 (0)